[Python-checkins] cpython: Issue #27178: Fix markup in tutorial

berker.peksag python-checkins at python.org
Wed Jun 1 17:28:08 EDT 2016


https://hg.python.org/cpython/rev/a2ffc966363e
changeset:   101590:a2ffc966363e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Jun 01 14:38:18 2016 -0700
summary:
  Issue #27178: Fix markup in tutorial

Patch by Nathan Harold.

files:
  Doc/tutorial/interpreter.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -1,4 +1,4 @@
-3.6.. _tut-using:
+.. _tut-using:
 
 ****************************
 Using the Python Interpreter

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list