8000 Cambio texto sobre valor estimado · python/python-docs-es@7363eb9 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 7363eb9

Browse files
committed
Cambio texto sobre valor estimado
1 parent f318c68 commit 7363eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/operator.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2020-06-25 21:37-0300\n"
12+
"PO-Revision-Date: 2020-06-26 11:28-0300\n"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -248,8 +248,8 @@ msgid ""
248248
"actual length, then an estimate using :meth:`object.__length_hint__`, and "
249249
"finally return the default value."
250250
msgstr ""
251-
"Retorna un largo estimado del objeto *o*. Primero intenta retorna su largo "
252-
"real, luego un estimativo usando :meth:`object.__length_hint__`, y "
251+
"Retorna un largo estimativo del objeto *o*. Primero intenta retornar su "
252+
"largo real, luego un estimativo usando :meth:`object.__length_hint__`, y "
253253
"finalmente retorna un valor predeterminado."
254254

255255
#: ../Doc/library/operator.rst:249

0 commit comments

Comments
 (0)
0