diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-29 16:28:22 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-29 16:28:22 +0200 |
commit | 271208e22536a0d2e736aa85eb8d6b97e903266c (patch) | |
tree | afd9f46525d18120f46927f07387af19129579e9 | |
parent | b274586dd793eb7a920a57a7bcde99803f8bc54d (diff) | |
download | cpython-git-271208e22536a0d2e736aa85eb8d6b97e903266c.tar.gz |
Backout duplicate changeset ed34ca4e639c
-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 c93a5ffc26..0cdba6e6e7 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 -------------------- |