Skip to content

Commit 3ea44f6

Browse files
committed
Fixing a typo
1 parent 265dad6 commit 3ea44f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11509,7 +11509,7 @@ \section{Format operator}
1150911509

1151011510
\begin{verbatim}
1151111511
>>> x = 52
11512-
>>> f.write(str(x))
11512+
>>> fout.write(str(x))
1151311513
\end{verbatim}
1151411514
%
1151511515
An alternative is to use the {\bf format operator}, {\tt \%}. When

0 commit comments

Comments
 (0)