diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-10-02 12:24:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 12:24:36 +0100 |
commit | d846cdabf5e0f76d53cb941bf075c21ecb98d573 (patch) | |
tree | 871a4d6890f8205a8f0f173dc20b0bb7fa6f4e69 | |
parent | cd20e7460ec84bb3b1b18b881ce09a851e492a08 (diff) | |
download | numpy-d846cdabf5e0f76d53cb941bf075c21ecb98d573.tar.gz |
Update doc/DISTUTILS.rst.txt
-rw-r--r-- | doc/DISTUTILS.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DISTUTILS.rst.txt b/doc/DISTUTILS.rst.txt index 81ad84963..dbc6bf8b8 100644 --- a/doc/DISTUTILS.rst.txt +++ b/doc/DISTUTILS.rst.txt @@ -394,7 +394,7 @@ and ``/**end repeat**/`` lines, which may also be nested using consecutively numbered delimiting lines such as ``/**begin repeat1`` and ``/**end repeat1**/``: -1. ``/**begin repeat ``on a line by itself marks the beginning of +1. ``/**begin repeat`` on a line by itself marks the beginning of a segment that should be repeated. 2. Named variable expansions are defined using ``#name=item1, item2, item3, |