Skip to content

Commit fc0f610

Browse files
committed
Fix DataFrame.__dataframe__ docstring
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
1 parent 30d64ec commit fc0f610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,8 @@ def __dataframe__(
819819
"""
820820
Return the dataframe exchange object implementing the exchange protocol.
821821
822-
See Also
823-
--------
822+
Notes
823+
-----
824824
Details on the exchange protocol:
825825
https://data-apis.org/dataframe-protocol/latest/index.html
826826
"""

0 commit comments

Comments
 (0)