Skip to content

Commit

Permalink
Remove an unnecessary print function call in 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lbordoni committed Mar 4, 2016
1 parent f592fbe commit 45ee5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@ \section{Fruitful functions and void functions}
It is a special value that has its own type:

\begin{verbatim}
>>> print(type(None))
>>> type(None)
<class 'NoneType'>
\end{verbatim}
%
Expand Down

0 comments on commit 45ee5fc

Please sign in to comment.