From 3b7266f3345c1e64cb9b4c770c8852569aa74586 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 7 Oct 2012 15:40:08 -0400 Subject: [PATCH] client: fix devolpment -> development typo in AssuanClient docstring. --- pyassuan/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2