Skip to content

Commit a960462

Browse files
committed
Fix a small typo
1 parent fef6e28 commit a960462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-2.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Backwards-incompatible Changes
2525

2626
If your code previously looked like this:
2727

28-
html = markdown.markdown(text, same_mode=True)
28+
html = markdown.markdown(text, safe_mode=True)
2929

3030
Then it is recommended that you change your code to read something like this:
3131

0 commit comments

Comments
 (0)