Skip to content

Commit cb20294

Browse files
mmcgahanhelenst
authored andcommitted
Insert missing backslash (DjangoGirls#948)
1 parent f2fd121 commit cb20294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pt/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Usando aspas duplas:
6565
"Correndo' ladeira abaixo"
6666

6767

68-
ou escapando apóstrofo com uma barra invertida (``):
68+
ou escapando apóstrofo com uma barra invertida (`\`):
6969

7070
>>> "Correndo\' ladeira abaixo"
7171
"Correndo' ladeira abaixo"

0 commit comments

Comments
 (0)