8000 Fixed fuzzies in distutils by Seluj78 · Pull Request #1518 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Fixed fuzzies in distutils #1518

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

Merged
merged 11 commits into from
Mar 15, 2021
Prev Previous commit
Next Next commit
Fixed typo again
  • Loading branch information
Seluj78 committed Jan 28, 2021
commit a25027f82aa8a3be3c2bc747e0b487c14f7121d7
2 changes: 1 addition & 1 deletion distutils/builtdist.po
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ msgstr "`msi`"

#: distutils/builtdist.rst:308 distutils/builtdist.rst:476
msgid "bdist_wininst is deprecated since Python 3.8."
msgstr "bdist_wininst est déprécié depuis Python 3.8."
msgstr "`bdist_wininst` est déprécié depuis Python 3.8."

#: distutils/builtdist.rst:311 distutils/builtdist.rst:479
msgid "bdist_msi is deprecated since Python 3.9."
Expand Down
0