Skip to content

Commit bea497c

Browse files
authored
Fix typo in docstring of arrays.OneDimensionalArray (#452)
1 parent f82f52d commit bea497c

File tree

1 file changed

+1
-1
lines changed
  • pydatastructs/linear_data_structures

1 file changed

+1
-1
lines changed

pydatastructs/linear_data_structures/arrays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class OneDimensionalArray(Array):
3131
The elements in the array, all should
3232
be of same type.
3333
init: a python type
34-
The inital value with which the element has
34+
The initial value with which the element has
3535
to be initialized. By default none, used only
3636
when the data is not given.
3737
backend: pydatastructs.Backend

0 commit comments

Comments
 (0)