Skip to content

Commit 2121180

Browse files
authored
DOC: Add missing period in sample docstring (#61367)
1 parent d692ddd commit 2121180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pandas/core/sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def sample(
123123
random_state: np.random.RandomState | np.random.Generator,
124124
) -> np.ndarray:
125125
"""
126-
Randomly sample `size` indices in `np.arange(obj_len)`
126+
Randomly sample `size` indices in `np.arange(obj_len)`.
127127
128128
Parameters
129129
----------

0 commit comments

Comments
 (0)