Skip to content

Commit 26ec599

Browse files
committed
indexint tab fix
1 parent 6a4042e commit 26ec599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ as a string.
720720

721721
.. ipython:: python
722722
723-
print("a")
723+
print("a")
724724
725725
Finally, one can also set a seed for ``sample``'s random number generator using the ``random_state`` argument, which will accept either an integer (as a seed) or a NumPy RandomState object.
726726

0 commit comments

Comments
 (0)