summaryrefslogtreecommitdiff
path: root/doc/en/example/py2py3/test_py3.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/example/py2py3/test_py3.py')
-rw-r--r--doc/en/example/py2py3/test_py3.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/en/example/py2py3/test_py3.py b/doc/en/example/py2py3/test_py3.py
index a811f2bbc..1cda64473 100644
--- a/doc/en/example/py2py3/test_py3.py
+++ b/doc/en/example/py2py3/test_py3.py
@@ -4,4 +4,3 @@ def test_exception_syntax():
0/0
except ZeroDivisionError as e:
pass
-