We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b28770 commit 6ee3391Copy full SHA for 6ee3391
Doc/lib/libstdtypes.tex
@@ -1588,7 +1588,7 @@ \subsection{File Objects
1588
file is only opened for writing in append mode (mode \code{'a'}),
1589
this method is essentially a no-op, but it remains useful for files
1590
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
+ file is opened in text mode (without \code{'b'}), only offsets returned
1592
by \method{tell()} are legal. Use of other offsets causes undefined
1593
behavior.
1594
0 commit comments