summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-25 19:18:00 (GMT)
committerGeorg Brandl <georg@python.org>2016-02-25 19:18:00 (GMT)
commit6d6dd73aec5d594aefa9256999dbe2aab2caf06c (patch)
tree6b9f184720d010aa68bdca621b2f4df19ce74601 /Doc/library/stdtypes.rst
parent057ab49a6b377f14191027b36158a63d063273af (diff)
parent8c16cb9f65bfc7d732bc6bd3f533856795a95690 (diff)
downloadcpython-6d6dd73aec5d594aefa9256999dbe2aab2caf06c.zip
cpython-6d6dd73aec5d594aefa9256999dbe2aab2caf06c.tar.gz
cpython-6d6dd73aec5d594aefa9256999dbe2aab2caf06c.tar.bz2
merge with 3.5
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r--Doc/library/stdtypes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 4aebcb8..2ec6546 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -1298,16 +1298,16 @@ loops.
only represent sequences that follow a strict pattern and repetition and
concatenation will usually violate that pattern).
- .. data: start
+ .. attribute:: start
The value of the *start* parameter (or ``0`` if the parameter was
not supplied)
- .. data: stop
+ .. attribute:: stop
The value of the *stop* parameter
- .. data: step
+ .. attribute:: step
The value of the *step* parameter (or ``1`` if the parameter was
not supplied)