From 9d448f9931b70c1e65cff23083c8fdf4c298974b Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Wed, 28 Aug 2013 17:21:19 +0800 Subject: fix educateQuotes docstring --- smartypants.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/smartypants.py b/smartypants.py index 3511b67..5688b1c 100755 --- a/smartypants.py +++ b/smartypants.py @@ -368,9 +368,7 @@ def smartypants(text, attr=None): def educateQuotes(text): """ - Parameter: String. - - Returns: The string, with "educated" curly quote HTML entities. + Convert quotes in *text* into HTML curly quote entities. >>> print(educateQuotes('"Isn\\'t this fun?"')) “Isn’t this fun?” -- cgit v1.2.1