diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-01 14:38:18 -0700 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-01 14:38:18 -0700 |
commit | c5f4036e6c38f27ecfc24a99b80ba2a47a497403 (patch) | |
tree | 79625ae4170003a9f3bc1e1c113b1bc0e84d41b8 | |
parent | 32072714fd4796465d76ac25836c08de661cbeef (diff) | |
download | cpython-git-c5f4036e6c38f27ecfc24a99b80ba2a47a497403.tar.gz |
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 215af037da..c89fae36cb 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 |