summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/embedding/embedded.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/embedding/embedded.pyx')
-rw-r--r--docs/examples/tutorial/embedding/embedded.pyx3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/tutorial/embedding/embedded.pyx b/docs/examples/tutorial/embedding/embedded.pyx
index 26704d45f..2ed823945 100644
--- a/docs/examples/tutorial/embedding/embedded.pyx
+++ b/docs/examples/tutorial/embedding/embedded.pyx
@@ -1,8 +1,9 @@
# 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
+# tag: no-cpp
TEXT_TO_SAY = 'Hello from Python!'