Skip to content

Commit f2ebe61

Browse files
authored
Merge pull request dabeaz-course#69 from paulliwali/patch-2
Update 04_Strings.md
2 parents b5765a2 + a12eac9 commit f2ebe61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Notes/01_Introduction/04_Strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Normally strings may only span a single line. Triple quotes capture all text enc
2828
including all formatting.
2929

3030
There is no difference between using single (') versus double (")
31-
quotes. The same type of quote used to start a string must be used to
32-
terminate it.
31+
quotes. *However, the same type of quote used to start a string must be used to
32+
terminate it*.
3333

3434
### String escape codes
3535

0 commit comments

Comments
 (0)