summaryrefslogtreecommitdiff
path: root/numpy/lib/io.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2008-05-14 20:01:18 +0000
committerStefan van der Walt <stefan@sun.ac.za>2008-05-14 20:01:18 +0000
commit8f60b4886081dbb6ba5ce0e6fc854473fd716151 (patch)
tree4c8095803770bd9a075eb3c4e254dade5b98704c /numpy/lib/io.py
parentb12d0784116d7740a4ce3be18925d0cf7e7db5df (diff)
downloadnumpy-8f60b4886081dbb6ba5ce0e6fc854473fd716151.tar.gz
Restore change to docstring overwritten by wiki merge.
Diffstat (limited to 'numpy/lib/io.py')
-rw-r--r--numpy/lib/io.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/io.py b/numpy/lib/io.py
index dce462ac7..db4e73358 100644
--- a/numpy/lib/io.py
+++ b/numpy/lib/io.py
@@ -429,8 +429,8 @@ def savetxt(fname, X, fmt='%.18e',delimiter=' '):
import re
def fromregex(file, regexp, dtype):
"""
- Construct a record array from a text file, using
- regular-expressions parsing.
+ Construct an array from a text file, using regular-expressions
+ parsing.
Array is constructed from all matches of the regular expression
in the file. Groups in the regular expression are converted to fields.