- Notifications
You must be signed in to change notification settings - Fork397
Commita25fada
authored
Actualizar paso 5 en archivo CONTRIBUTING (#3387)
Encontré una falla en el paso 5 (opcional) de la documentación paracontribuir. El Makefile apunta al directorio **venv** y el comando depython crea un directorio nombrado **env**.Snip del código:```## Makefile for Spanish Python Documentation# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...# Internal variablesVENV := $(shell realpath ./venv)PYTHON := $(shell which python3)...```Probé la guia siguiendo los pasos actuales y resulta en un error,cambiando el comando y el _source path_ por **venv** se solucionan loserrores.1 parent3e8a1cb commita25fada
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
0 commit comments
Comments
(0)