diff options
author | Homu <homu@barosl.com> | 2016-01-28 14:27:58 +0900 |
---|---|---|
committer | Homu <homu@barosl.com> | 2016-01-28 14:27:58 +0900 |
commit | e2805398f9a63b825f4a2aab22e9f169ff65aae9 (patch) | |
tree | a1ebf45fcdc82a939bedc61bde2e6a2836fae453 /numpy/distutils | |
parent | 2b34f4bf652189e0415d5bf48ef7aa3294302871 (diff) | |
parent | 73a2fd11a74eedb97201fc8d54ea193e810ea9d3 (diff) | |
download | numpy-auto.tar.gz |
Auto merge of #7134 - dongjoon-hyun:fix_typos_in_code_comments, r=njsmithauto
MAINT: Fix some typos in a code string and comments
Diffstat (limited to 'numpy/distutils')
-rw-r--r-- | numpy/distutils/exec_command.py | 2 | ||||
-rw-r--r-- | numpy/distutils/from_template.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/distutils/exec_command.py b/numpy/distutils/exec_command.py index 9fa09cd51..50f03feeb 100644 --- a/numpy/distutils/exec_command.py +++ b/numpy/distutils/exec_command.py @@ -21,7 +21,7 @@ Created: 11 January 2003 Requires: Python 2.x -Succesfully tested on: +Successfully tested on: ======== ============ ================================================= os.name sys.platform comments diff --git a/numpy/distutils/from_template.py b/numpy/distutils/from_template.py index d10b50218..e38e4d608 100644 --- a/numpy/distutils/from_template.py +++ b/numpy/distutils/from_template.py @@ -11,7 +11,7 @@ process_file(filename) All function and subroutine blocks in a source file with names that contain '<..>' will be replicated according to the rules in '<..>'. - The number of comma-separeted words in '<..>' will determine the number of + The number of comma-separated words in '<..>' will determine the number of replicates. '<..>' may have two different forms, named and short. For example, |