aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.6.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release-2.6.txt')
-rw-r--r--docs/release-2.6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-2.6.txt b/docs/release-2.6.txt
index 0724700..ca25a46 100644
--- a/docs/release-2.6.txt
+++ b/docs/release-2.6.txt
@@ -25,7 +25,7 @@ Backwards-incompatible Changes
If your code previously looked like this:
- html = markdown.markdown(text, same_mode=True)
+ html = markdown.markdown(text, safe_mode=True)
Then it is recommended that you change your code to read something like this: