Skip to content

Commit a84be66

Browse files
committed
use sphink reference
1 parent 36bba1f commit a84be66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def insert_columns(self, locs_and_columns: Sequence[tuple[int, Column[Any]]]) ->
205205
"""
206206
Insert columns into DataFrame at specified locations.
207207
208-
Like `insert_column`, but can insert multiple (independent) columns.
208+
Like :meth:`insert_column`, but can insert multiple (independent) columns.
209209
Some implementations may be able to make use of parallelism in this
210210
case. For example instead of:
211211

0 commit comments

Comments
 (0)