From b0e993a23ab96562d9e0e86fcba715c9d8b9ffcf Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 17 Feb 2018 10:58:49 +0100 Subject: Fix typos --- docs/change_log/release-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/change_log/release-2.1.md') diff --git a/docs/change_log/release-2.1.md b/docs/change_log/release-2.1.md index 5a8bdad..5b994d4 100644 --- a/docs/change_log/release-2.1.md +++ b/docs/change_log/release-2.1.md @@ -90,7 +90,7 @@ do a conversion. Methods on instances of the Markdown class that do not return results can now be changed allowing one to do `md.reset().convert(moretext)`. -The Markdown class was refactored so that a subclass could define it's own +The Markdown class was refactored so that a subclass could define its own `build_parser` method which would build a completely different parser. In other words, one could use the basic machinery in the markdown library to build a parser of a different markup language without the overhead of building -- cgit v1.2.3