diff options
-rw-r--r-- | doc/src/extras.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/extras.rst b/doc/src/extras.rst index ddefab2..d8fd0dd 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -290,7 +290,7 @@ adapted to a custom `Range` subclass: .. attribute:: array_typecaster - The object responsible for casting arrays, if available, else `!None`. + The object responsible to cast arrays, if available, else `!None`. |