From 16cbf658a247b94ce02e4942f794f408ba492a67 Mon Sep 17 00:00:00 2001 From: Atlas Date: Wed, 23 Aug 2017 11:56:35 +0200 Subject: [PATCH] Update tutorial.rst --- doc/tutorial.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index ffabbd93e..4dcee9e1d 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -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])