Skip to content

Commit a34a408

Browse files
authored
fixed spelling errors in whatsnew, userguide, and ecosystem (#37253)
* fixed spelling errors in whatsnew, userguide, and ecosystem * fixed spelling errors in ecosystem and whatsnew
1 parent c15ded3 commit a34a408

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/source/ecosystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ allows users to view, manipulate and edit pandas ``Index``, ``Series``,
230230
and ``DataFrame`` objects like a "spreadsheet", including copying and modifying
231231
values, sorting, displaying a "heatmap", converting data types and more.
232232
pandas objects can also be renamed, duplicated, new columns added,
233-
copyed/pasted to/from the clipboard (as TSV), and saved/loaded to/from a file.
233+
copied/pasted to/from the clipboard (as TSV), and saved/loaded to/from a file.
234234
Spyder can also import data from a variety of plain text and binary files
235235
or the clipboard into a new pandas DataFrame via a sophisticated import wizard.
236236

doc/source/whatsnew/v0.16.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Bug fixes
147147
- Bug in ``setitem`` where type promotion is applied to the entire block (:issue:`10280`)
148148
- Bug in ``Series`` arithmetic methods may incorrectly hold names (:issue:`10068`)
149149
- Bug in ``GroupBy.get_group`` when grouping on multiple keys, one of which is categorical. (:issue:`10132`)
150-
- Bug in ``DatetimeIndex`` and ``TimedeltaIndex`` names are lost after timedelta arithmetics ( :issue:`9926`)
150+
- Bug in ``DatetimeIndex`` and ``TimedeltaIndex`` names are lost after timedelta arithmetic ( :issue:`9926`)
151151
- Bug in ``DataFrame`` construction from nested ``dict`` with ``datetime64`` (:issue:`10160`)
152152
- Bug in ``Series`` construction from ``dict`` with ``datetime64`` keys (:issue:`9456`)
153153
- Bug in ``Series.plot(label="LABEL")`` not correctly setting the label (:issue:`10119`)

doc/source/whatsnew/v0.24.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0241:
22

3-
Whats new in 0.24.1 (February 3, 2019)
3+
What's new in 0.24.1 (February 3, 2019)
44
--------------------------------------
55

66
.. warning::

doc/source/whatsnew/v0.24.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0242:
22

3-
Whats new in 0.24.2 (March 12, 2019)
3+
What's new in 0.24.2 (March 12, 2019)
44
------------------------------------
55

66
.. warning::

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Alternatively, you can also use the dtype object:
180180
.. warning::
181181

182182
Experimental: the new floating data types are currently experimental, and its
183-
behaviour or API may still change without warning. Expecially the behaviour
183+
behaviour or API may still change without warning. Especially the behaviour
184184
regarding NaN (distinct from NA missing values) is subject to change.
185185

186186
.. _whatsnew_120.index_name_preservation:

0 commit comments

Comments
 (0)