Source: cython
Version: 0.15.1-2
Severity: minor
Tags: patch

See the attached patch.

--
Jakub Wilk
--- a/docs/src/reference/compilation.rst
+++ b/docs/src/reference/compilation.rst
@@ -143,7 +143,7 @@
 ``boundscheck``  (True / False)
     If set to False, Cython is free to assume that indexing operations
     ([]-operator) in the code will not cause any IndexErrors to be
-    raised. Lists, tuples, and stings are affected only if the index
+    raised. Lists, tuples, and strings are affected only if the index
     can be determined to be non-negative (or if ``wraparound`` is False). 
     Conditions
     which would normally trigger an IndexError may instead cause

Reply via email to