aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-01-01 14:02:55 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2015-01-01 14:02:55 -0500
commite80955eb40eb1903d46625029ad73a4d7893bcd9 (patch)
tree7767a8231776c0cba75188c369ee9e147d3f8be6 /docs
parent5389174da277ca13f9b430c2cc8db6d011499205 (diff)
parente29166741d0d2397e46860e38ea0f7616ae1c0f1 (diff)
downloadmarkdown-e80955eb40eb1903d46625029ad73a4d7893bcd9.tar.gz
markdown-e80955eb40eb1903d46625029ad73a4d7893bcd9.tar.bz2
markdown-e80955eb40eb1903d46625029ad73a4d7893bcd9.zip
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Diffstat (limited to 'docs')
-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 23fdfdd..dee771b 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: