diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2014-01-20 18:32:47 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2014-01-20 18:32:47 +0400 |
commit | c2eaf2af81c1c0bce89ce8e4e43d853ac768c8f3 (patch) | |
tree | bb18c53d431f98cb3a33df663efe9093af0775ea /tests/root/special/code.py | |
parent | 8115aa81a2972a5cc20b8d7c244c52e792ecad98 (diff) | |
parent | ce2185ce279664e54ba22b14663091abc5a3a8f2 (diff) | |
download | sphinx-git-c2eaf2af81c1c0bce89ce8e4e43d853ac768c8f3.tar.gz |
Merge
Diffstat (limited to 'tests/root/special/code.py')
-rw-r--r-- | tests/root/special/code.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/root/special/code.py b/tests/root/special/code.py index 70c48d2e7..b7934b231 100644 --- a/tests/root/special/code.py +++ b/tests/root/special/code.py @@ -1,2 +1,2 @@ -print "line 1" -print "line 2" +print("line 1") +print("line 2") |