R. David Murray added the comment:
I presume that tex doesn't do quote-transformation on code blocks (it is not
really smart quotes, since IIRC in tex you actually have to specify ` and ' in
the correct places yourself). So perhaps the problem is that the function
headers &c aren't being prop
A.M. Kuchling added the comment:
Confirmed. I think this is a general typographic issue in the PDF
documentation. If I cut-and-paste the datetime.isoformat(sep='T') line from
the PDF, the single quotes are pasted as U+2019 RIGHT SINGLE QUOTE.
Looking at the library.tex file built by "make
New submission from icedream91:
In library.pdf file(Release 3.3.2, June 09, 2013), I found a typo in page 149:
I think the quotation marks are wrong in "datetime.isoformat(sep=âTâ)"
sentence, they should both be "'".
But it's right in online documents
(http://docs.python.org/3/library/datetime