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
Show file tree
Hide file tree
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
Fix minor changes on introduction.po
  • Loading branch information
raulcd committed May 9, 2019
commit a818ef8e0ec6607c39308af0b3cde35329a87d25
1 change: 1 addition & 0 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ scripting
scripts
shell
sockets
subíndices
sys
tipado
tty
Expand Down
6 changes: 3 additions & 3 deletions tutorial/introduction.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-09 14:58-0400\n"
"PO-Revision-Date: 2019-05-09 15:10-0400\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -119,7 +119,7 @@ msgid ""
"With Python, it is possible to use the ``**`` operator to calculate powers "
"[#]_::"
msgstr ""
"Con Python, es posible usar el operador ``**``para calcular potencias [#]_::"
"Con Python, es posible usar el operador ``**`` para calcular potencias [#]_::"

#: ../Doc/tutorial/introduction.rst:86
msgid ""
Expand Down Expand Up @@ -426,7 +426,7 @@ msgstr "Literales de cadena que tienen expresiones embebidas."

#: ../Doc/tutorial/introduction.rst:365
msgid ":ref:`formatstrings`"
msgstr "::ref:`formatstrings`"
msgstr ":ref:`formatstrings`"

#: ../Doc/tutorial/introduction.rst:365
msgid "Information about string formatting with :meth:`str.format`."
Expand Down