Skip to content

Commit 6ee3391

Browse files
committed
Remove reference to the "t" open() mode as it is platform dependent.
1 parent 3b28770 commit 6ee3391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/libstdtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ \subsection{File Objects
15881588
file is only opened for writing in append mode (mode \code{'a'}),
15891589
this method is essentially a no-op, but it remains useful for files
15901590
opened in append mode with reading enabled (mode \code{'a+'}). If the
1591-
file is opened in text mode (mode \code{'t'}), only offsets returned
1591+
file is opened in text mode (without \code{'b'}), only offsets returned
15921592
by \method{tell()} are legal. Use of other offsets causes undefined
15931593
behavior.
15941594

0 commit comments

Comments
 (0)