Skip to content

Commit c67c03a

Browse files
committed
Merge pull request AllenDowney#16 from lbordoni/master
Remove an unnecessary print function call in 3.10
2 parents f592fbe + 45ee5fc commit c67c03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ \section{Fruitful functions and void functions}
25402540
It is a special value that has its own type:
25412541

25422542
\begin{verbatim}
2543-
>>> print(type(None))
2543+
>>> type(None)
25442544
<class 'NoneType'>
25452545
\end{verbatim}
25462546
%

0 commit comments

Comments
 (0)