diff options
author | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-25 00:33:14 -0800 |
---|---|---|
committer | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-25 00:33:14 -0800 |
commit | df9df7f7e8340f9389543a4389022c07dbaf2e0d (patch) | |
tree | 290411b3625a3cbed9713a006c53d234d723c5c7 /doc/source/reference/distutils.rst | |
parent | d641eedd8214d89719ea8e0fa488232a1aae86bd (diff) | |
download | numpy-df9df7f7e8340f9389543a4389022c07dbaf2e0d.tar.gz |
MAINT: Fix typos in docs
Diffstat (limited to 'doc/source/reference/distutils.rst')
-rw-r--r-- | doc/source/reference/distutils.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/distutils.rst b/doc/source/reference/distutils.rst index 5d11a6d4c..7aed4e90d 100644 --- a/doc/source/reference/distutils.rst +++ b/doc/source/reference/distutils.rst @@ -305,7 +305,7 @@ for these files are: equivalent to #name=item1, item2, item1, item2, item1, item2, item1, item2# -4. "\*/ "on a line by itself marks the end of the the variable expansion +4. "\*/ "on a line by itself marks the end of the variable expansion naming. The next line is the first line that will be repeated using the named rules. |