Skip to content

Commit d9dc465

Browse files
tab1thaproost
authored andcommitted
A closing paranthesis has been added to resolve a typo (pandas-dev#29942)
1 parent 4035d42 commit d9dc465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/basics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ The number of columns of each type in a ``DataFrame`` can be found by calling
20062006
20072007
Numeric dtypes will propagate and can coexist in DataFrames.
20082008
If a dtype is passed (either directly via the ``dtype`` keyword, a passed ``ndarray``,
2009-
or a passed ``Series``, then it will be preserved in DataFrame operations. Furthermore,
2009+
or a passed ``Series``), then it will be preserved in DataFrame operations. Furthermore,
20102010
different numeric dtypes will **NOT** be combined. The following example will give you a taste.
20112011

20122012
.. ipython:: python

0 commit comments

Comments
 (0)