Skip to content

Commit 6acb525

Browse files
authored
toml.md: "raw" -> "literal" in string example (#961)
1 parent 625f62b commit 6acb525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ modification.
409409
regex2 = '''I [dw]on't need \d{2} apples'''
410410
lines = '''
411411
The first newline is
412-
trimmed in raw strings.
412+
trimmed in literal strings.
413413
All other whitespace
414414
is preserved.
415415
'''

0 commit comments

Comments
 (0)