Skip to content

Commit

Permalink
Add backticks in ES version
Browse files Browse the repository at this point in the history
  • Loading branch information
julesvanrie committed Mar 7, 2025
1 parent 47c66fa commit 0dce55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _partials/es/python_checkup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Asegúrate de que estés usando la versión correcta de python en el notebook. A
import sys; sys.version
```

Debería mostrar <PYTHON_VERSION> seguido de algunos detalles adicionales. Si no es así, consulta con un TA.
Debería mostrar `<PYTHON_VERSION>` seguido de algunos detalles adicionales. Si no es así, consulta con un TA.

Puedes cerrar tu navegador web y luego cerrar el servidor jupyter con `CTRL` + `C`.

Expand Down

0 comments on commit 0dce55a

Please sign in to comment.