We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arrays.OneDimensionalArray
1 parent f82f52d commit bea497cCopy full SHA for bea497c
pydatastructs/linear_data_structures/arrays.py
@@ -31,7 +31,7 @@ class OneDimensionalArray(Array):
31
The elements in the array, all should
32
be of same type.
33
init: a python type
34
- The inital value with which the element has
+ The initial value with which the element has
35
to be initialized. By default none, used only
36
when the data is not given.
37
backend: pydatastructs.Backend
0 commit comments