summaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-05-06 23:07:05 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-05-06 23:10:39 +0200
commit63761f4cb6f3017c6076ecd826ed0addcfb03061 (patch)
tree3117da45447e39b74f5c523a0032dd8a59d311c7 /doc/intro.rst
parente41c727be8dbf8f663e67624b109d9f8b135a4ab (diff)
downloadgitpython-63761f4cb6f3017c6076ecd826ed0addcfb03061.tar.gz
docs: removed >>> in front of examples to make copy-pasting easier
remove hard linebreaks in favor of soft-linebreaks done by the editor, as this is more flexible when editing
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 48da79c8..448b7deb 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -55,7 +55,7 @@ script:
Getting Started
===============
-* :ref:`tutorial_toplevel` - This tutorial provides a walk-through of some of
+* :ref:`tutorial-label` - This tutorial provides a walk-through of some of
the basic functionality and concepts used in GitPython. It, however, is not
exhaustive so you are encouraged to spend some time in the
:ref:`api_reference_toplevel`.