Skip to content

Commit 1900667

Browse files
committed
fix
1 parent c251759 commit 1900667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydatastructs/strings/algorithms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,15 @@ def _raita(text, query):
252252
253253
Parameters
254254
==========
255+
255256
text: str
256257
The text in which the pattern is to be searched.
257258
query: str
258259
The pattern to be searched in the text.
259260
260261
Returns
261262
=======
263+
262264
DynamicOneDimensionalArray
263265
An array of starting positions of the pattern in the text.
264266
"""

0 commit comments

Comments
 (0)