Fix typo
This commit is contained in:
parent
dbadbf0092
commit
1af0493a5d
|
@ -96,7 +96,7 @@ Rationale
|
||||||
fread() or fgets() calls that are done direct from C.
|
fread() or fgets() calls that are done direct from C.
|
||||||
|
|
||||||
A partial output implementation, where strings passed to fp.write()
|
A partial output implementation, where strings passed to fp.write()
|
||||||
would be converted to use fp.newlines as their line terminated but
|
would be converted to use fp.newlines as their line terminator but
|
||||||
all other output would not is far too surprising, in my view.
|
all other output would not is far too surprising, in my view.
|
||||||
|
|
||||||
Because there is no output support for universal newlines there is
|
Because there is no output support for universal newlines there is
|
||||||
|
|
Loading…
Reference in New Issue