Skip to content

Commit dfde59f

Browse files
Fix entry in fuzz_pycompile.dict (GH-146069)
1 parent e0f7c10 commit dfde59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_xxtestfuzz/dictionaries/fuzz_pycompile.dict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
" "
5555
"\\t"
5656
":\\n "
57-
"\\\n"
57+
"\\\\n"
5858

5959
# type signatures and functions
6060
"-> "

0 commit comments

Comments
 (0)