Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
STY: No line split for URL
  • Loading branch information
cimarronm committed Sep 13, 2014
commit bf4fa9a1016223b7a5e902e4e848c12a0dc1415a
8 changes: 4 additions & 4 deletions lib/matplotlib/mlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -2852,13 +2852,13 @@ def csv2rec(fname, comments='#', skiprows=0, checkrows=0, delimiter=',',
any of the data are missing

- *dayfirst*: default is False so that MM-DD-YY has precedence over
DD-MM-YY. See http://labix.org/python-dateutil\
#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
DD-MM-YY. See
http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
for further information.

- *yearfirst*: default is False so that MM-DD-YY has precedence over
YY-MM-DD. See http://labix.org/python-dateutil\
#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
YY-MM-DD. See
http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
for further information.

If no rows are found, *None* is returned -- see
Expand Down