Merge pull request #4020 from AtlasJan/stable

Update tutorial.rst
This commit is contained in:
Takeshi KOMIYA
2017-08-28 20:58:08 +09:00
committed by GitHub

View File

@@ -153,9 +153,9 @@ very general sense) in any :dfn:`domain`. A domain is a collection of object
types that belong together, complete with markup to create and reference
descriptions of these objects.
The most prominent domain is the Python domain. To e.g. document the Python
built-in function ``enumerate()``, you would add this to one of your source
files::
The most prominent domain is the Python domain. For example, to document
Python's built-in function ``enumerate()``, you would add this to one of your
source files::
.. py:function:: enumerate(sequence[, start=0])