summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/external/keyword_args_call.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/external/keyword_args_call.pyx')
-rw-r--r--docs/examples/tutorial/external/keyword_args_call.pyx1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/tutorial/external/keyword_args_call.pyx b/docs/examples/tutorial/external/keyword_args_call.pyx
index 3a6b85c8b..de2b6f2b2 100644
--- a/docs/examples/tutorial/external/keyword_args_call.pyx
+++ b/docs/examples/tutorial/external/keyword_args_call.pyx
@@ -1,7 +1,6 @@
cdef extern from "string.h":
char* strstr(const char *haystack, const char *needle)
-
cdef char* data = "hfvcakdfagbcffvschvxcdfgccbcfhvgcsnfxjh"
cdef char* pos = strstr(needle='akd', haystack=data)