summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-29 09:16:22 +0200
committergbrandl <devnull@localhost>2007-05-29 09:16:22 +0200
commit002e505e00535607f1d87f86e24c1b3489b094e1 (patch)
tree953a8445320bb4ae534101154b511610631c859e /tests
parent70724edf2aaa4f7f89dc50a68ea0fe6d4488a4f6 (diff)
downloadpygments-002e505e00535607f1d87f86e24c1b3489b094e1.tar.gz
[svn] Fix an example file ^^
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/functional.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/functional.rst b/tests/examplefiles/functional.rst
index 124dd01b..bfe67d10 100644
--- a/tests/examplefiles/functional.rst
+++ b/tests/examplefiles/functional.rst
@@ -978,7 +978,7 @@ element.
that's a slice of the iterator. With a single ``stop`` argument,
it will return the first ``stop``
elements. If you supply a starting index, you'll get ``stop-start``
-elements, and if you supply a value for ``step`, elements will be
+elements, and if you supply a value for ``step``, elements will be
skipped accordingly. Unlike Python's string and list slicing, you
can't use negative values for ``start``, ``stop``, or ``step``.