8000 Traduction de library/ast.po by jeanas · Pull Request #1691 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction de library/ast.po #1691

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 8 commits into from
Sep 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Espace superflue
  • Loading branch information
jeanas committed Sep 15, 2021
commit 725034424cab2f692c4d86989615732817fae286
4 changes: 2 additions & 2 deletions library/ast.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-29 16:33+0200\n"
"PO-Revision-Date: 2021-09-11 20:02+0200\n"
"PO-Revision-Date: 2021-09-15 23:54+0200\n"
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand All @@ -31,7 +31,7 @@ msgid ""
"what the current grammar looks like."
msgstr ""
"Le module :mod:`ast` permet aux applications Python de traiter les arbres "
"syntaxiques, dérivés directement de la grammaire abstraite du langage. On "
"syntaxiques, dérivés directement de la grammaire abstraite du langage. On "
"peut notamment déterminer dans un programme la forme de chaque élément de "
"grammaire, qui est susceptible d'être modifiée par les nouvelles versions de "
"Python."
Expand Down
0