diff options
author | Ben McGinnes <[email protected]> | 2018-08-31 07:36:45 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-08-31 07:36:45 +0000 |
commit | 55991aa91667b9184cc9fc86a3ac21b9640511ef (patch) | |
tree | 67b1b1b97f6eaefd8b6353f03696d56e320e268d /lang/python/docs/GPGMEpythonHOWTOen.org | |
parent | js: tests for file name encoding (diff) | |
download | gpgme-55991aa91667b9184cc9fc86a3ac21b9640511ef.tar.gz gpgme-55991aa91667b9184cc9fc86a3ac21b9640511ef.zip |
docs: python bindings
* minor typographic update.
Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'lang/python/docs/GPGMEpythonHOWTOen.org')
-rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 4 |
1 files 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 |