From 3d707bf4480c790bb824a97f57e7d7ab4c6b6c87 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 3 Nov 2007 21:23:38 +0000 Subject: Fixed a typo in the docstring. --- markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown.py') diff --git a/markdown.py b/markdown.py index 116a974..f4e159c 100644 --- a/markdown.py +++ b/markdown.py @@ -12,7 +12,7 @@ Converts Markdown to HTML. Basic usage as a module: import markdown md = Markdown() - html = markdown.convert(your_text_string) + html = md.convert(your_text_string) See http://www.freewisdom.org/projects/python-markdown/ for more information and instructions on how to extend the functionality of the -- cgit v1.2.3