Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf4fa9a

Browse files
committed
STY: No line split for URL
1 parent b2408c3 commit bf4fa9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/mlab.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,13 +2852,13 @@ def csv2rec(fname, comments='#', skiprows=0, checkrows=0, delimiter=',',
28522852
any of the data are missing
28532853
28542854
- *dayfirst*: default is False so that MM-DD-YY has precedence over
2855-
DD-MM-YY. See http://labix.org/python-dateutil\
2856-
#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
2855+
DD-MM-YY. See
2856+
http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
28572857
for further information.
28582858
28592859
- *yearfirst*: default is False so that MM-DD-YY has precedence over
2860-
YY-MM-DD. See http://labix.org/python-dateutil\
2861-
#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
2860+
YY-MM-DD. See
2861+
http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
28622862
for further information.
28632863
28642864
If no rows are found, *None* is returned -- see

0 commit comments

Comments
 (0)