Skip to content

Commit 8adf459

Browse files
committed
squash: change docstrings one more time
1 parent a9c6f15 commit 8adf459

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pandas/io/pytables.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,14 +1821,10 @@ def convert(self, values, nan_rep, encoding, errors, start=None,
18211821
Parameters
18221822
----------
18231823
1824-
values :
1825-
Expected to be passed but ignored in this implementation.
1826-
nan_rep :
1827-
Expected to be passed but ignored in this implementation.
1828-
encoding:
1829-
Expected to be passed but ignored in this implementation.
1830-
errors:
1831-
Expected to be passed but ignored in this implementation.
1824+
values : np.ndarray
1825+
nan_rep : str
1826+
encoding : str
1827+
errors : str
18321828
start : int, optional
18331829
Table row number: the start of the sub-selection.
18341830
stop : int, optional

0 commit comments

Comments
 (0)