Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge 3.7 to master to fix build #4

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 16 commits into from
Aug 23, 2019
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
Next Next commit
Fix python version
  • Loading branch information
raulcd committed May 9, 2019
commit 2cbc939903a6ac4baf7d2d006d8fb2dceadbb7e2
7 changes: 4 additions & 3 deletions tutorial/interpreter.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2019-05-07 15:06-0400\n"
"PO-Revision-Date: 2019-05-09 12:05-0400\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -34,7 +34,7 @@ msgid ""
"typing the command:"
msgstr ""
"Por lo general, el intérprete de Python se instala en :file:`/usr/local/bin/"
"python3.6` en las máquinas dónde está disponible; poner :file:`/usr/local/"
"python3.7` en las máquinas dónde está disponible; poner :file:`/usr/local/"
"bin` en el camino de búsqueda de tu intérprete de comandos Unix hace posible "
"iniciarlo ingresando la orden:"

Expand Down Expand Up @@ -256,7 +256,8 @@ msgstr ""

#: ../Doc/tutorial/interpreter.rst:146
msgid "where *encoding* is one of the valid :mod:`codecs` supported by Python."
msgstr "donde *encoding* es uno de los :mod:`codecs` soportados por Python."
msgstr ""
"donde *codificación* es uno de los :mod:`codecs` soportados por Python."

#: ../Doc/tutorial/interpreter.rst:148
msgid ""
Expand Down