summaryrefslogtreecommitdiff
path: root/Examples/python
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-09-29 18:17:32 +1300
committerOlly Betts <olly@survex.com>2022-09-29 18:17:32 +1300
commit3bf1da4298a31bf5bd18f1ec1cd07e8725b2d54a (patch)
treecbcd3fd46928081cedd48efb80e20a687a110f00 /Examples/python
parent9a4dea06c81448f86187c115912b4062ad1b3031 (diff)
downloadswig-3bf1da4298a31bf5bd18f1ec1cd07e8725b2d54a.tar.gz
Fix a few documentation typos
Diffstat (limited to 'Examples/python')
-rw-r--r--Examples/python/import_packages/split_modules/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/import_packages/split_modules/README b/Examples/python/import_packages/split_modules/README
index d2ca15e7a..41de834c1 100644
--- a/Examples/python/import_packages/split_modules/README
+++ b/Examples/python/import_packages/split_modules/README
@@ -4,7 +4,7 @@ and the C/C++ part is not in any package at all. Historically SWIG has
supported this sort of thing.
From SWIG 4.0.0 onwards, split modules are not supported by default.
The %module directive needs to be customised with the moduleimport attribute
-in order to import the a global C/C++ module.
+in order to import a global C/C++ module.
vanilla # "plane Jane" module both halves in pkg1
vanilla_split # python 1/2 in pkg1 C 1/2 in global namespace