Skip to content

Commit f343f1d

Browse files
committed
use sphink reference
1 parent ac35810 commit f343f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def insert_columns(self, locs_and_columns: Sequence[tuple[int, Column[Any]]]) ->
213213
"""
214214
Insert columns into DataFrame at specified locations.
215215
216-
Like `insert_column`, but can insert multiple (independent) columns.
216+
Like :meth:`insert_column`, but can insert multiple (independent) columns.
217217
Some implementations may be able to make use of parallelism in this
218218
case. For example instead of:
219219

0 commit comments

Comments
 (0)