diff options
| author | Olly Betts <olly@survex.com> | 2022-09-29 18:17:32 +1300 |
|---|---|---|
| committer | Olly Betts <olly@survex.com> | 2022-09-29 18:17:32 +1300 |
| commit | 3bf1da4298a31bf5bd18f1ec1cd07e8725b2d54a (patch) | |
| tree | cbcd3fd46928081cedd48efb80e20a687a110f00 /Examples/python | |
| parent | 9a4dea06c81448f86187c115912b4062ad1b3031 (diff) | |
| download | swig-3bf1da4298a31bf5bd18f1ec1cd07e8725b2d54a.tar.gz | |
Fix a few documentation typos
Diffstat (limited to 'Examples/python')
| -rw-r--r-- | Examples/python/import_packages/split_modules/README | 2 |
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 |
