Skip to content

Commit

Permalink
DOC: fix intersphinx ref to python doc in io.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Oct 16, 2012
1 parent 6af9c60 commit 8298253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ You can also use a list of columns to create a hierarchical index:

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

.. ipython:: python
:suppress:
Expand Down

0 comments on commit 8298253

Please sign in to comment.