summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2018-03-10 12:43:04 -0500
committerWarren Weckesser <warren.weckesser@gmail.com>2018-03-10 18:28:47 -0500
commit025733bae3dae4200577cb35ef3229cc0f47a5b2 (patch)
tree01be12936e4ebd5d3706fb84d97f548988b4c59c /numpy
parent16331cc1cf9b2cf3505d0c4742a854dc00923d9d (diff)
downloadnumpy-025733bae3dae4200577cb35ef3229cc0f47a5b2.tar.gz
MAINT: Remove obsolete comment.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/distutils/from_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/from_template.py b/numpy/distutils/from_template.py
index b7ce47708..65c60c498 100644
--- a/numpy/distutils/from_template.py
+++ b/numpy/distutils/from_template.py
@@ -191,7 +191,7 @@ def expand_sub(substr, names):
def process_str(allstr):
newstr = allstr
- writestr = '' #_head # using _head will break free-format files
+ writestr = ''
struct = parse_structure(newstr)