summaryrefslogtreecommitdiff
path: root/numpy/lib/io.py
diff options
context:
space:
mode:
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.