Skip to content

Commit f3110ce

Browse files
jbogaardtfeefladder
authored andcommitted
DOC: Typo fix in "Extending Pandas" (pandas-dev#43051)
1 parent 1e4c5c2 commit f3110ce

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)