8000 Fixed fuzzys in c-api/objbuffer.po by Seluj78 · Pull Request #696 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Fixed fuzzys in c-api/objbuffer.po #696

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 3 commits into from
Apr 21, 2019
Merged
Changes from all commits
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
7 changes: 3 additions & 4 deletions c-api/objbuffer.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 09:35+0200\n"
"PO-Revision-Date: 2019-03-21 20:12+0100\n"
"PO-Revision-Date: 2019-04-11 19:43+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -86,16 +86,15 @@ msgstr ""
"à segment unique. Sinon, renvoie ``0``. Cette fonction réussit toujours."

#: ../Doc/c-api/objbuffer.rst:44
#, fuzzy
msgid ""
"Note that this function tries to get and release a buffer, and exceptions "
"which occur while calling corresponding functions will get suppressed. To "
"get error reporting use :c:func:`PyObject_GetBuffer()` instead."
msgstr ""
"Notez que cette fonction tente d'obtenir et de libérer une mémoire tampon, "
"et les exceptions qui se produisent lors de l'appel des fonctions "
"correspondantes seront supprimées. Pour obtenir un rapport d'erreur, "
"utilisez à la place :c:func:`PyObject_GetBuffer()`."
"correspondantes seront supprimées. Pour que les erreurs vous soient "
"signalées, utilisez :c:func:`PyObject_GetBuffer()` à la place."

#: ../Doc/c-api/objbuffer.rst:51
msgid ""
Expand Down
0