diff options
author | da-woods <dw-git@d-woods.co.uk> | 2022-07-27 16:05:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 16:05:44 +0100 |
commit | 7d59ffaebe08914681067458d8e5c5288e13fe4d (patch) | |
tree | 2b33eefeef9064dee18ab9c0ff86857b12153e2d /docs/examples/tutorial/embedding/embedded.pyx | |
parent | 8927290a39c4af76332767c1b16f5878001d7b3d (diff) | |
download | cython-7d59ffaebe08914681067458d8e5c5288e13fe4d.tar.gz |
[docs] Fix typo in embedded.pyx
Diffstat (limited to 'docs/examples/tutorial/embedding/embedded.pyx')
-rw-r--r-- | docs/examples/tutorial/embedding/embedded.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/tutorial/embedding/embedded.pyx b/docs/examples/tutorial/embedding/embedded.pyx index 26704d45f..719702c75 100644 --- a/docs/examples/tutorial/embedding/embedded.pyx +++ b/docs/examples/tutorial/embedding/embedded.pyx @@ -1,6 +1,6 @@ # embedded.pyx -# The following two lines are for test purposed only, please ignore them. +# The following two lines are for test purposes only, please ignore them. # distutils: sources = embedded_main.c # tag: py3only |