From 55991aa91667b9184cc9fc86a3ac21b9640511ef Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Fri, 31 Aug 2018 17:36:45 +1000 Subject: [PATCH] docs: python bindings * minor typographic update. Signed-off-by: Ben McGinnes --- lang/python/docs/GPGMEpythonHOWTOen.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 4dd3098d..38d332f7 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -207,7 +207,7 @@ include a package in PyPI which actually built correctly would require either statically built libraries for every architecture bundled with it or a full implementation of C for each architecture. -See the additional notes regarding CFFI and SWIG at the end of this +See the additional notes regarding [[#snafu-cffi][CFFI and SWIG]] at the end of this section for further details. @@ -398,7 +398,7 @@ ongoing. *** I don't like SWIG, Use CFFI instead :PROPERTIES: - :CUSTOM_ID: snafu-foad + :CUSTOM_ID: snafu-cffi :END: There are many reasons for favouring [[https://cffi.readthedocs.io/en/latest/overview.html][CFFI]] and proponents of it are