Skip to content

Commit adef5d5

Browse files
author
luzpaz
committed
Additional typos
1 parent 8d467a1 commit adef5d5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/source/release.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5395,9 +5395,9 @@ pandas 0.4.3
53955395

53965396
**Release date:** 10/9/2011
53975397

5398-
is is largely a bugfix release from 0.4.2 but also includes a handful of new
5399-
d enhanced features. Also, pandas can now be installed and used on Python 3
5400-
hanks Thomas Kluyver!).
5398+
This is largely a bugfix release from 0.4.2 but also includes a handful of new
5399+
and enhanced features. Also, pandas can now be installed and used on Python 3
5400+
(thanks Thomas Kluyver!).
54015401

54025402
New Features
54035403
~~~~~~~~~~~~
@@ -5460,9 +5460,9 @@ pandas 0.4.2
54605460

54615461
**Release date:** 10/3/2011
54625462

5463-
is is a performance optimization release with several bug fixes. The new
5464-
t64Index and new merging / joining Cython code and related Python
5465-
frastructure are the main new additions
5463+
This is a performance optimization release with several bug fixes. The new
5464+
Int64Index and new merging / joining Cython code and related Python
5465+
infrastructure are the main new additions
54665466

54675467
New Features
54685468
~~~~~~~~~~~~
@@ -5537,7 +5537,7 @@ pandas 0.4.1
55375537

55385538
**Release date:** 9/25/2011
55395539

5540-
is is primarily a bug fix release but includes some new features and
5540+
This is primarily a bug fix release but includes some new features and
55415541
improvements
55425542

55435543
New Features

pandas/io/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ def __init__(self, f, **kwds):
20542054
self.data = f
20552055

20562056
# Get columns in two steps: infer from data, then
2057-
# infer column indices from self.usecols if is is specified.
2057+
# infer column indices from self.usecols if it is specified.
20582058
self._col_indices = None
20592059
self.columns, self.num_original_columns = self._infer_columns()
20602060

0 commit comments

Comments
 (0)