From: W. Trevor King Date: Sun, 7 Oct 2012 19:40:08 +0000 (-0400) Subject: client: fix devolpment -> development typo in AssuanClient docstring. X-Git-Url: http://git.tremily.us/?p=pyassuan.git;a=commitdiff_plain;h=3b7266f3345c1e64cb9b4c770c8852569aa74586 client: fix devolpment -> development typo in AssuanClient docstring. --- diff --git a/pyassuan/client.py b/pyassuan/client.py index 2feca47..f7e8722 100644 --- a/pyassuan/client.py +++ b/pyassuan/client.py @@ -23,7 +23,7 @@ from . import error as _error class AssuanClient (object): - """A single-threaded Assuan client based on the `devolpment suggestions`_ + """A single-threaded Assuan client based on the `development suggestions`_ .. _development suggestions: http://www.gnupg.org/documentation/manuals/assuan/Client-code.html