Skip to content

Commit e60cb0a

Browse files
authored
Merge pull request #24 from johan456789/patch-1
fix typo
2 parents 7c87f43 + 5cb2fc8 commit e60cb0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If your add-on uses a standard Python module that has not
77
been included, or a package from PyPI, then your add-on will need to bundle the module.
88

99
For pure Python modules, this is usually as simple as putting them in a
10-
subfolder, and adjusting sys.path. For modules that that require C extensions
10+
subfolder, and adjusting sys.path. For modules that require C extensions
1111
such as numpy, things get a fair bit more complicated, as you'll need to bundle
1212
the different module versions for each platform, and ensure you're bundling a
1313
version that is compatible with the version of Python Anki is packaged with.

0 commit comments

Comments
 (0)