aboutsummaryrefslogtreecommitdiff
path: root/py/objexcept.c
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-06-05 21:17:46 +0300
committerPaul Sokolovsky2014-06-05 21:17:46 +0300
commitf675ff39576137e44a2fa6416619fe9a59cf2a0b (patch)
treeb94c080fdbd6e552f9c3713044daae2317ef5b90 /py/objexcept.c
parent11de8399fe5f9ef54589b14470faf8d4fcc5ccaa (diff)
parentdaf973ae0074136bb456298e1cdb85666261ce60 (diff)
Merge pull request #665 from Rosuav/naming3.3
Change comments (mainly URLs) to no longer specifically say Python 3.3
Diffstat (limited to 'py/objexcept.c')
-rw-r--r--py/objexcept.c2
1 files changed, 1 insertions, 1 deletions
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)