Skip to content

Commit b46fc1d

Browse files
thecoddiwomplerIndrajeet Mishra
and
Indrajeet Mishra
authored
Corrected the Python Doctest command in equilibrium_index_in_array.py script (#11212)
Co-authored-by: Indrajeet Mishra <indrajeetmishra@thecoddiwompler.local>
1 parent 2d0ed13 commit b46fc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/arrays/equilibrium_index_in_array.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Reference: https://www.geeksforgeeks.org/equilibrium-index-of-an-array/
44
55
Python doctest can be run with the following command:
6-
python -m doctest -v equilibrium_index.py
6+
python -m doctest -v equilibrium_index_in_array.py
77
88
Given a sequence arr[] of size n, this function returns
99
an equilibrium index (if any) or -1 if no equilibrium index exists.

0 commit comments

Comments
 (0)