summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
authorBharat123rox <bharatraghunthan9767@gmail.com>2019-04-24 14:23:35 +0530
committerBharat123rox <bharatraghunthan9767@gmail.com>2019-04-24 14:23:35 +0530
commit1725a5a5a83149b8c9be5314593a281d429ab1bb (patch)
tree59f1a6c58cc0d4819bba6a4de38b8107100043b5 /numpy/lib/npyio.py
parentdfc0e00eeeb9d3659aa8c06c5d6ea54c5d20742d (diff)
downloadnumpy-1725a5a5a83149b8c9be5314593a281d429ab1bb.tar.gz
Resolve confusion regarding hashtag in header line of csv
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r--numpy/lib/npyio.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py
index ed2e26aac..26bf727c5 100644
--- a/numpy/lib/npyio.py
+++ b/numpy/lib/npyio.py
@@ -1572,6 +1572,7 @@ def genfromtxt(fname, dtype=float, comments='#', delimiter=None,
column, individually.
comments : str, optional
The character used to indicate the start of a comment.
+ By default, the character '#' starts a comment.
All the characters occurring on a line after a comment are discarded
delimiter : str, int, or sequence, optional
The string used to separate values. By default, any consecutive