Arregla ortografía, CI y potodo by rtobar · Pull Request #3426 · python/python-docs-es · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
2 changes: 1 addition & 1 deletion .overrides/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Muestra los porcentajes completados por directorio y solo los archivos que no es

.. runblock:: console

$ potodo --path .
$ potodo .


Completados
Expand Down
8 changes: 8 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
]


# autorun is used, among other things, to run potodo, which generates non-ascii output
# starting with 0.30. autorun OTOH defaults to use ascii to decode console/python output.
# Let's switch to utf-8 instead.
autorun_languages = {
"console_output_encoding": "utf-8",
"pycon_output_encoding": "utf-8",
}

def setup(app):

def add_contributing_banner(app, doctree):
Expand Down
1 change: 1 addition & 0 deletions dictionaries/library_io.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Reconfigura
similarmente
subclasifica
subclasificaciones
Markdown
1 change: 1 addition & 0 deletions dictionaries/whatsnew_2.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ values
viewkeys
warnings
whatever
Light
2 changes: 1 addition & 1 deletion reference/compound_stmts.po
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ msgstr ""
"Para una cláusula de :keyword:`!except`con una expresión, la expresión debe "
"evaluar a un tipo de excepción o un tupla de tipos de excepciones. La "
"excepción generada coincide con una cláusula :keyword:`!except` cuya "
"expresión evaluá a la clase o una :term:`clase base no virtual <abstract "
"expresión evalúa a la clase o una :term:`clase base no virtual <abstract "
"base class>` del objeto excepción, o una tupla que contiene dicha clase."

#: ../Doc/reference/compound_stmts.rst:255
Expand Down
2 changes: 1 addition & 1 deletion requirements-own.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pip
polib
pospell>=1.1
potodo
potodo>=0.30
powrap>=1.0.2
pre-commit
Pygments>=2.17.0
Expand Down
15 changes: 8 additions & 7 deletions scripts/check_spell.py