diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-29 14:28:22 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-29 14:28:22 (GMT) |
commit | 271208e22536a0d2e736aa85eb8d6b97e903266c (patch) | |
tree | afd9f46525d18120f46927f07387af19129579e9 /Doc/tutorial | |
parent | b274586dd793eb7a920a57a7bcde99803f8bc54d (diff) | |
download | cpython-271208e22536a0d2e736aa85eb8d6b97e903266c.zip cpython-271208e22536a0d2e736aa85eb8d6b97e903266c.tar.gz cpython-271208e22536a0d2e736aa85eb8d6b97e903266c.tar.bz2 |
Backout duplicate changeset ed34ca4e639c
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/interpreter.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index c93a5ff..0cdba6e 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -168,8 +168,6 @@ suppressed. .. _tut-source-encoding: -.. _tut-source-encoding: - Source Code Encoding -------------------- |