Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 5debc1a commit 77c4db3Copy full SHA for 77c4db3
.github/workflows/main.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Pospell
34
run: |
35
python scripts/create_dict.py
36
- pospell -p dict.txt -l es_AR -l es_ES **/*.po
+ pospell -p dict.txt -l es_ES **/*.po
37
- name: Construir documentación
38
run: PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
0 commit comments