Skip to content

Commit 45ee5fc

Browse files
committed
Remove an unnecessary print function call in 3.10
1 parent f592fbe commit 45ee5fc

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)