Update tutorial.rst

This commit is contained in:
Atlas 2017-08-23 11:56:35 +02:00
parent dd8c3211be
commit 16cbf658a2

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 types that belong together, complete with markup to create and reference
descriptions of these objects. descriptions of these objects.
The most prominent domain is the Python domain. To e.g. document the Python The most prominent domain is the Python domain. For example, to document
built-in function ``enumerate()``, you would add this to one of your source Python's built-in function ``enumerate()``, you would add this to one of your
files:: source files::
.. py:function:: enumerate(sequence[, start=0]) .. py:function:: enumerate(sequence[, start=0])