Skip to content

Commit dae0ffa

Browse files
committed
Baskslash was missing.
1 parent 7783711 commit dae0ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

es/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Usando comillas dobles:
6868
"Runnin' down the hill"
6969

7070

71-
o escapando el apóstrofe con una barra invertida (``):
71+
o escapando el apóstrofe con una barra invertida (`\`):
7272

7373
>>> 'Runnin\' down the hill'
7474
"Runnin' down the hill"

0 commit comments

Comments
 (0)