1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 22 Sep 2019 12:12:11 +0000
Subject: spelling
Forwarded: non-needed
---
cyarray/carray.pxd | 2 +-
cyarray/carray.pxd.mako | 2 +-
cyarray/carray.pyx | 2 +-
cyarray/carray.pyx.mako | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cyarray/carray.pxd b/cyarray/carray.pxd
index 665c779..645f0ed 100644
--- a/cyarray/carray.pxd
+++ b/cyarray/carray.pxd
@@ -2,7 +2,7 @@
# DO NOT modify this file
# To make changes modify the source templates (carray.pxd.mako) and regenerate
"""
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
Declaration File.
diff --git a/cyarray/carray.pxd.mako b/cyarray/carray.pxd.mako
index a739ebd..6367301 100644
--- a/cyarray/carray.pxd.mako
+++ b/cyarray/carray.pxd.mako
@@ -10,7 +10,7 @@ type_info = [
# DO NOT modify this file
# To make changes modify the source templates (carray.pxd.mako) and regenerate
"""
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
Declaration File.
diff --git a/cyarray/carray.pyx b/cyarray/carray.pyx
index 8451e97..ba40793 100644
--- a/cyarray/carray.pyx
+++ b/cyarray/carray.pyx
@@ -4,7 +4,7 @@
# distutils: language=c++
# cython: embedsignature=True
"""
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
All arrays provide for the following operations:
diff --git a/cyarray/carray.pyx.mako b/cyarray/carray.pyx.mako
index 49fe1d9..c9dcaad 100644
--- a/cyarray/carray.pyx.mako
+++ b/cyarray/carray.pyx.mako
@@ -12,7 +12,7 @@ type_info = [
# distutils: language=c++
# cython: embedsignature=True
"""
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
All arrays provide for the following operations:
|