Skip to content

Commit 0d46c23

Browse files
authored
DOC: Typo fix in "Extending Pandas" (#43051)
1 parent fb2ca3f commit 0d46c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ decorate a class, providing the name of attribute to add. The class's
5050
5151
Now users can access your methods using the ``geo`` namespace:
5252

53-
>>> ds = pd.Dataframe(
53+
>>> ds = pd.DataFrame(
5454
... {"longitude": np.linspace(0, 10), "latitude": np.linspace(0, 20)}
5555
... )
5656
>>> ds.geo.center

0 commit comments

Comments
 (0)