diff --git a/docs/api.rst b/docs/api.rst index dc1976041..b27315011 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -207,7 +207,7 @@ There are two kinds of properties: *decoded* and *encoded* (with .. doctest:: - >>> URL('http://example.com/path/to?a1=a&a2=b'.path_qs + >>> URL('http://example.com/path/to?a1=a&a2=b').path_qs '/path/to?a1=a&a2=b'