10000 Merge pull request #1 from python/3.8 · python/python-docs-es@4b8d79c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b8d79c

Browse files
Merge pull request #1 from python/3.8
PR
2 parents a7e575a + 267e1ad commit 4b8d79c

File tree

4 files changed

+617
-120
lines changed

4 files changed

+617
-120
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ LANGUAGE := es
1616
VENV := $(shell realpath ./venv)
1717
PYTHON := $(shell which python3)
1818
CPYTHON_WORKDIR := cpython
19-
OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/_build/doctree
20-
OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/_build/html
19+
OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/build/doctree
20+
OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/build/html
2121
LOCALE_DIR := $(CPYTHON_WORKDIR)/locale
2222
TRANSIFEX_PROJECT := python-docs-es
2323
POSPELL_TMP_DIR := .pospell

dictionaries/library_zipfile.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ZipFile
2+
PyZipFile
3+
ZipInfo

0 commit comments

Comments
 (0)
0