8000 Update npyio.py to correct typo. · numpy/numpy@57a276d · GitHub
[go: up one dir, main page]

Skip to content

Commit 57a276d

Browse files
authored
Update npyio.py to correct typo.
1 parent df7e8e6 commit 57a276d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/npyio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ def first_write(self, v):
15651565
fh = np.lib._datasource.open(fname,
15661566
'wt',
15671567
encoding=encoding,
1568-
open_newline=newline)
1568+
newline=open_newline)
15691569
own_fh = True
15701570
elif hasattr(fname, 'write'):
15711571
# wrap to handle byte output streams

0 commit comments

Comments
 (0)
0