Skip to content

Commit 41e02a0

Browse files
SarahJessicajorisvandenbossche
authored andcommitted
DOC: changes to use code-block declaration (#19400)
1 parent b951c0a commit 41e02a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/developer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Libraries can use the decorators
153153
pandas objects. All of these follow a similar convention: you decorate a class, providing the name of attribute to add. The
154154
class's `__init__` method gets the object being decorated. For example:
155155

156-
.. ipython:: python
156+
.. code-block:: python
157157
158158
@pd.api.extensions.register_dataframe_accessor("geo")
159159
class GeoAccessor(object):

0 commit comments

Comments
 (0)