Skip to content

Commit 8298253

Browse files
author
y-p
committed
DOC: fix intersphinx ref to python doc in io.rst
1 parent 6af9c60 commit 8298253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ You can also use a list of columns to create a hierarchical index:
164164

165165
The ``dialect`` keyword gives greater flexibility in specifying the file format.
166166
By default it uses the Excel dialect but you can specify either the dialect name
167-
or a :class:``python:csv.Dialect`` instance.
167+
or a :class:`python:csv.Dialect` instance.
168168

169169
.. ipython:: python
170170
:suppress:

0 commit comments

Comments
 (0)