From 11edc073a3d2bf72e49827e97349cb364612f300 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Tue, 3 Mar 2020 08:52:54 +0100 Subject: [PATCH] python: fix minor typo in howto --- lang/python/doc/src/gpgme-python-howto.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/doc/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto.org index 8f7f9c53..046b2e07 100644 --- a/lang/python/doc/src/gpgme-python-howto.org +++ b/lang/python/doc/src/gpgme-python-howto.org @@ -464,7 +464,7 @@ case in most, if not all, cases. Note that from GPGME [[https://dev.gnupg.org/rMff6ff616aea6f59b7f2ce1176492850ecdf3851e][1.12.1]] the default installation installs to each version of Python it can find first. That is that it will currently -install for the first copies of Python versions 2.7, 3.4, 3.5, and so so +install for the first copies of Python versions 2.7, 3.4, 3.5, and so on up until the current dev branch that it finds. Usually this will be in the same prefix as GPGME itself, but is dictated by the =$PATH= when the installation is performed. The above instructions can still be