diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-01 21:38:18 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-01 21:38:18 (GMT) |
commit | c5f4036e6c38f27ecfc24a99b80ba2a47a497403 (patch) | |
tree | 79625ae4170003a9f3bc1e1c113b1bc0e84d41b8 | |
parent | 32072714fd4796465d76ac25836c08de661cbeef (diff) | |
download | cpython-c5f4036e6c38f27ecfc24a99b80ba2a47a497403.zip cpython-c5f4036e6c38f27ecfc24a99b80ba2a47a497403.tar.gz cpython-c5f4036e6c38f27ecfc24a99b80ba2a47a497403.tar.bz2 |
Issue #27178: Fix markup in tutorial
Patch by Nathan Harold.
-rw-r--r-- | Doc/tutorial/interpreter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 215af03..c89fae3 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -1,4 +1,4 @@ -3.6.. _tut-using: +.. _tut-using: **************************** Using the Python Interpreter |