Skip to content

Commit fa7cc7d

Browse files
an
Signed-off-by: petersalemink95 <[email protected]>
1 parent 078b2fc commit fa7cc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/model_interface.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"\n",
102102
"## Array interface\n",
103103
"\n",
104-
"The array container is build around a extension of numpy arrays with the `FancyArray` class. This allows for easy and consistent definition of array types, recognition of array-type from its class and features which improve readability such as dot-notation and autocompletion. It contains a `._data` attribute with the base numpy array and extra settings can be provided using `._defaults` and `._str_lengths`. Note these values should only be used in defining the array classes and remain private when using the arrays.\n",
104+
"The array container is build around an extension of numpy arrays with the `FancyArray` class. This allows for easy and consistent definition of array types, recognition of array-type from its class and features which improve readability such as dot-notation and autocompletion. It contains a `._data` attribute with the base numpy array and extra settings can be provided using `._defaults` and `._str_lengths`. Note these values should only be used in defining the array classes and remain private when using the arrays.\n",
105105
"\n",
106106
"### Array definition\n",
107107
"\n",

0 commit comments

Comments
 (0)