codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Fix typo in docstring of `arrays.OneDimensionalArray` #452

Closed youknowqyh closed 2 years ago

youknowqyh commented 2 years ago

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

codecov[bot] commented 2 years ago

Codecov Report

Merging #452 (10b19c8) into master (f82f52d) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #452   +/-   ##
=========================================
  Coverage   98.588%   98.588%           
=========================================
  Files           29        29           
  Lines         3754      3754           
=========================================
  Hits          3701      3701           
  Misses          53        53           
Impacted Files Coverage Δ
pydatastructs/linear_data_structures/arrays.py 100.000% <ø> (ø)

Impacted file tree graph

czgdp1807 commented 2 years ago

Thanks @youknowqyh