We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 619f84b + 77980d8 commit 4074708Copy full SHA for 4074708
2 files changed
.github/workflows/main.yml
@@ -94,7 +94,7 @@ jobs:
94
sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
95
96
# Publica la documentación recién construida para poder descargarla de ser necesario
97
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
98
with:
99
path: cpython/Doc/_build/html
100
name: documentación-html
library/python.po
@@ -40,3 +40,5 @@ msgid ""
40
"See the :mod:`concurrent.interpreters` module, which similarly exposes core "
41
"runtime functionality."
42
msgstr ""
43
+"Consulte el módulo :mod:`concurrent.interpreters`, que de manera similar "
44
+"expone funcionalidades centrales del entorno de ejecución."
0 commit comments