-
-
Notifications
You must be signed in to change notification settings - Fork 261
Use of «» and “” in the introduction #103
Copy link
Copy link
Closed
Description
On this page :
https://docs.python.org/fr/3/tutorial/introduction.html#id4
In the side note :
As one can see, tt's written in the side note «» and “” but should be of course " ' since we're talking about the real " and ' characters in the python language.
As one can see, in the main text it's written correctly " and '.
For fixing the bug, I've looked to :
And as one can see, the string are correctly written with " and ' so I guess it's the translation process that wrongly replaces to «» “”.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

