From 2a4beaae363cd6d2d73f5717185c5a8a24e25e14 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Tue, 11 Feb 2014 03:00:37 -0500 Subject: typo chaining calls, not changing calls --- docs/reference.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) -- cgit v1.2.3