From daf973ae0074136bb456298e1cdb85666261ce60 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Fri, 6 Jun 2014 03:51:03 +1000 Subject: Change comments (mainly URLs) to no longer specifically say Python 3.3 --- py/objexcept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/objexcept.c') diff --git a/py/objexcept.c b/py/objexcept.c index b0ccb90fd..9f421373b 100644 --- a/py/objexcept.c +++ b/py/objexcept.c @@ -157,7 +157,7 @@ const mp_obj_type_t mp_type_ ## exc_name = { \ }; // List of all exceptions, arranged as in the table at: -// http://docs.python.org/3.3/library/exceptions.html +// http://docs.python.org/3/library/exceptions.html MP_DEFINE_EXCEPTION_BASE(BaseException) MP_DEFINE_EXCEPTION(SystemExit, BaseException) //MP_DEFINE_EXCEPTION(KeyboardInterrupt, BaseException) -- cgit v1.2.3