Skip to content

Commit 16f791b

Browse files
committed
Merge pull request #2848 from lexual/typofix_propgate
Typo fix: propgate -> propagate. thanks!
2 parents 96d674c + 891047b commit 16f791b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/dsintro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ each type:
483483
484484
df.get_dtype_counts()
485485
486-
Numeric dtypes will propgate and can coexist in DataFrames (starting in v0.10.2).
486+
Numeric dtypes will propagate and can coexist in DataFrames (starting in v0.11.0).
487487
If a dtype is passed (either directly via the ``dtype`` keyword, a passed ``ndarray``,
488488
or a passed ``Series``, then it will be preserved in DataFrame operations. Furthermore, different numeric dtypes will **NOT** be combined. The following example will give you a taste.
489489

doc/source/v0.11.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ to.
1111
API changes
1212
~~~~~~~~~~~
1313

14-
Numeric dtypes will propgate and can coexist in DataFrames. If a dtype is passed (either directly via the ``dtype`` keyword, a passed ``ndarray``, or a passed ``Series``, then it will be preserved in DataFrame operations. Furthermore, different numeric dtypes will **NOT** be combined. The following example will give you a taste.
14+
Numeric dtypes will propagate and can coexist in DataFrames. If a dtype is passed (either directly via the ``dtype`` keyword, a passed ``ndarray``, or a passed ``Series``, then it will be preserved in DataFrame operations. Furthermore, different numeric dtypes will **NOT** be combined. The following example will give you a taste.
1515

1616
**Dtype Specification**
1717

0 commit comments

Comments
 (0)