Skip to content

Commit 4074708

Browse files
authored
Merge branch '3.14' into bump_whatsnew_3.10
2 parents 619f84b + 77980d8 commit 4074708

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
9595
9696
# Publica la documentación recién construida para poder descargarla de ser necesario
97-
- uses: actions/upload-artifact@v6
97+
- uses: actions/upload-artifact@v7
9898
with:
9999
path: cpython/Doc/_build/html
100100
name: documentación-html

library/python.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ msgid ""
4040
"See the :mod:`concurrent.interpreters` module, which similarly exposes core "
4141
"runtime functionality."
4242
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

Comments
 (0)