8000 Correccion warning y powrap · python/python-docs-es@1667bb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1667bb7

Browse files
committed
Correccion warning y powrap
1 parent ad1c74a commit 1667bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ progress: venv
8989

9090
.PHONY: spell
9191
spell: venv
92-
# 'cat' tenia el problema que algunos archivos no tenían una nueva línea al final
93-
# 'awk 1' agregará una nueva línea en caso que falte.
92+
# 'cat' tenia el problema que algunos archivos no tenían una nueva línea al final
93+
# 'awk 1' agregará una nueva línea en caso que falte.
9494
awk 1 dict dictionaries/*.txt > dict.txt
9595
$(VENV)/bin/pospell -p dict.txt -l es_ES **/*.po
9696

0 commit comments

Comments
 (0)
0