Skip to content

Commit 0df93da

Browse files
committed
Merge branch '3.8' of https://github.com/python/python-docs-es into claudia_unittest
2 parents 468c40e + f671fc1 commit 0df93da

13 files changed

+1355
-536
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ help:
4141
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
4242
.PHONY: build
4343
build: setup
44-
PYTHONWARNINGS=ignore::FutureWarning $(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML) && \
45-
@echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
46-
"or run 'make serve' to see them in http://localhost:8000";
44+
PYTHONWARNINGS=ignore::FutureWarning $(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML) && \
45+
echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
46+
"or run 'make serve' to see them in http://localhost:8000";
4747

4848

4949
# setup: After running "venv" target, prepare that virtual environment with
@@ -78,7 +78,7 @@ serve:
7878
# could have been created by the actions in other targets of this script
7979
.PHONY: clean
8080
clean:
81-
rm -fr $(VENV)
81+
rm -rf $(VENV)
8282
rm -rf $(POSPELL_TMP_DIR)
8383
find -name '*.mo' -delete
8484

TRANSLATORS

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Omar Mendo (@beejeke)
4141
Darwing Medina Lacayo (@darwing1210)
4242
Claudia Millán Nebot (@clacri @cheshireminima)
4343
María José Molina Contreras (@mjmolina)
44+
Álvaro Mondéjar Rubio (@mondeja)
4445
Marco Moresi (@mrcmoresi)
4546
Federico Jurío (@FedericoJurio)
4647
Marco Richetta (@marcorichetta)
@@ -51,6 +52,7 @@ Juan Ignacio Rodríguez de León (@euribates)
5152
Pablo Lobariñas (@Qkolnek)
5253
Santiago Piccinini (@spiccinini)
5354
Julián Pérez (@jcpmmx)
55+
Victoria Perez Mola (@victoriapm)
5456
Agustina Quiros (@qagustina)
5557
Xavi Rambla Centellas (@xavirambla)
5658
Cristian Rengifo (@ingrengifo)
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
async
2+
await
3+
loop
4+
concurrentemente
5+
completitud
6+
pools
7+
pub
8+
Monitorea
9+
corrutina
10+
subprocesos
11+
socket
12+
sockets

dictionaries/library_dataclasses.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pseudocampo
2+
pseudocampos

dictionaries/library_getpass.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
getpass

0 commit comments

Comments
 (0)