Skip to content

Commit 082030f

Browse files
committed
BLD: fixed file modes
1 parent 0f6e8a3 commit 082030f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

RELEASE.rst

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ pandas 0.11.0
136136
.. _GH2898: https://github.com/pydata/pandas/issues/2898
137137
.. _GH2909: https://github.com/pydata/pandas/issues/2909
138138

139+
139140
pandas 0.10.1
140141
=============
141142

pandas/core/frame.py

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
from pandas.core.config import get_option
5555

56+
5657
#----------------------------------------------------------------------
5758
# Docstring templates
5859

pandas/tests/test_frame.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
from numpy.testing.decorators import slow
3737

38-
3938
def _skip_if_no_scipy():
4039
try:
4140
import scipy.stats

0 commit comments

Comments
 (0)