8000 Traduction de library/ctypes by awecx · Pull Request #1760 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction de library/ctypes #1760

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
Dec 1, 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
Suggestion de Jean-Abou-Samra
Co-authored-by: Jean-Abou-Samra <37271310+Jean-Abou-Samra@users.noreply.github.com>
  • Loading branch information
awecx and jeanas authored Nov 9, 2021
commit fe5ce8dea9b91a42a66e75816932f0f9f85f5dd2
2 changes: 1 addition & 1 deletion library/ctypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ msgid ""
"small integer. The second item is the shared library instance."
msgstr ""
"Renvoie une fonction externe exposée par une bibliothèque partagée. "
"*func_spec* est un couple ``(nom_ou_index, bibliothèque)``. Le premier "
"*func_spec* est un couple ``(nom_ou_indice, bibliothèque)``. Le premier "
"élément est le nom de la fonction à passer comme une chaîne ou bien son "
"indice (dans la table des symboles) à passer comme un entier. Le second "
"élément est l'instance de la bibliothèque partagée."
Expand Down
0