summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-01-23 19:19:33 (GMT)
committerGeorg Brandl <georg@python.org>2012-01-23 19:19:33 (GMT)
commitdfdc46f2749e784be756855e2ef33ba1bb74e9e8 (patch)
tree3440cdc1dba76ac9144b25632953f120d3e6db65 /Doc/library/stdtypes.rst
parent30b13eebfe59d5856cd9f878c42d052880f3b4a3 (diff)
downloadcpython-dfdc46f2749e784be756855e2ef33ba1bb74e9e8.zip
cpython-dfdc46f2749e784be756855e2ef33ba1bb74e9e8.tar.gz
cpython-dfdc46f2749e784be756855e2ef33ba1bb74e9e8.tar.bz2
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index f54d8de..f309868 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -730,7 +730,7 @@ are sequences of the same type; *n*, *i* and *j* are integers:
| ``s * n, n * s`` | *n* shallow copies of *s* | \(2) |
| | concatenated | |
+------------------+--------------------------------+----------+
-| ``s[i]`` | *i*'th item of *s*, origin 0 | \(3) |
+| ``s[i]`` | *i*\ th item of *s*, origin 0 | \(3) |
+------------------+--------------------------------+----------+
| ``s[i:j]`` | slice of *s* from *i* to *j* | (3)(4) |
+------------------+--------------------------------+----------+