aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.txt b/docs/reference.txt
index 8200739..20e9eeb 100644
--- a/docs/reference.txt
+++ b/docs/reference.txt
@@ -289,7 +289,7 @@ string must be passed to one of two instance methods:
md.reset()
html2 = md.convert(text2)
- You can also change calls to `reset` together:
+ You can also chain calls to `reset` together:
html3 = md.reset().convert(text3)