Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Arreglar warnings del build (v2)#617

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
humitos merged 1 commit intopython:3.8fromcmaureir:fix-warnings-2
Jul 25, 2020
Merged
Show file tree
Hide file tree
Changes fromall 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
4 changes: 2 additions & 2 deletionsc-api/buffer.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -209,7 +209,7 @@ msgid ""
"For :term:`contiguous` arrays, the value points to the beginning of the "
"memory block."
msgstr ""
"Para arreglos :term:`contiguos`, el valor apunta al comienzo del bloque de "
"Para arreglos :term:`contiguous`, el valor apunta al comienzo del bloque de "
"memoria."

#: ../Doc/c-api/buffer.rst:104
Expand DownExpand Up@@ -840,7 +840,7 @@ msgid ""
"succeeds."
msgstr ""
"Retorna ``1`` si la memoria definida por *view* es de estilo C (*order* es "
"``'C'``) o de estilo Fortran (*order* es ``'F'``) :term:`contiguos` o uno "
"``'C'``) o de estilo Fortran (*order* es ``'F'``) :term:`contiguous` o uno "
"cualquiera (*order* es ``'A'``). Retorna ``0`` de lo contrario. Esta función "
"siempre tiene éxito."

Expand Down
2 changes: 1 addition & 1 deletionlibrary/getopt.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -111,7 +111,7 @@ msgstr ""
"nombre de la opción que coincida exactamente con una de las opciones "
"aceptadas. Por ejemplo, si *longopts* es ``['foo', 'frob']``, la opción ``--"
"fo`` coincidirá como ``--foo``, pero ``--f`` no coincidirá de forma "
"exclusiva, por lo que se lanzará :exe:`GetoptError`."
"exclusiva, por lo que se lanzará :exc:`GetoptError`."

#: ../Doc/library/getopt.rst:55
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp