-
Notifications
You must be signed in to change notification settings - Fork 266
Use of «» and “” in the introduction #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi and thanks for reporting. It's due to smartquotes http://docutils.sourceforge.net/docs/user/smartquotes.html it just needs backslash escaping I'm trying this right now. |
Hum bad interpretation, they were missing backticks, they were having
instead of
|
JulienPalard
added a commit
that referenced
this issue
Jan 9, 2018
Fixed. |
JulienPalard
added a commit
that referenced
this issue
Mar 27, 2023
Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/103 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: Julien Palard <julien@palard.fr> Co-committed-by: Julien Palard <julien@palard.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :
https://github.com/python/python-docs-fr/blob/707f05d2d753fc3836c38b4f1ca0890da7628412/tutorial/introduction.po
And as one can see, the string are correctly written with
"
and'
so I guess it's the translation process that wrongly replaces to«»
“”
.The text was updated successfully, but these errors were encountered: