diff --git a/appveyor.yml b/appveyor.yml index 44af73b498aa8..0aaac322c4ac7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ matrix: environment: global: # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the - # /E:ON and /V:ON options are not enabled in the batch script intepreter + # /E:ON and /V:ON options are not enabled in the batch script interpreter # See: http://stackoverflow.com/a/13751649/163740 CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd" clone_folder: C:\projects\pandas diff --git a/asv_bench/benchmarks/frame_ctor.py b/asv_bench/benchmarks/frame_ctor.py index 391a209cb2a89..21b20cb123ed6 100644 --- a/asv_bench/benchmarks/frame_ctor.py +++ b/asv_bench/benchmarks/frame_ctor.py @@ -4,7 +4,7 @@ try: from pandas.tseries.offsets import Nano, Hour except ImportError: - # For compatability with older versions + # For compatibility with older versions from pandas.core.datetools import * # noqa from .pandas_vb_common import setup # noqa diff --git a/asv_bench/benchmarks/pandas_vb_common.py b/asv_bench/benchmarks/pandas_vb_common.py index 4de87ddcb0683..7b4fec0090701 100644 --- a/asv_bench/benchmarks/pandas_vb_common.py +++ b/asv_bench/benchmarks/pandas_vb_common.py @@ -18,8 +18,8 @@ np.float64, np.int16, np.int8, np.uint16, np.uint8] datetime_dtypes = [np.datetime64, np.timedelta64] -# This function just needs to be imported into each benchmark file in order to -# sets up the random seed before each function. +# This function just needs to be imported into each benchmark file in order to +# sets up the random seed before each function. # http://asv.readthedocs.io/en/latest/writing_benchmarks.html def setup(*args, **kwargs): np.random.seed(1234) @@ -36,14 +36,14 @@ def remove(self, f): try: os.remove(f) except: - # On Windows, attempting to remove a file that is in use + # On Windows, attempting to remove a file that is in use # causes an exception to be raised pass def teardown(self, *args, **kwargs): self.remove(self.fname) -# Compatability import for lib +# Compatibility import for lib for imp in ['pandas._libs.lib', 'pandas.lib', 'pandas_tseries']: try: lib = import_module(imp) diff --git a/doc/source/_static/banklist.html b/doc/source/_static/banklist.html index 8ec1561f8c394..cbcce5a2d49ff 100644 --- a/doc/source/_static/banklist.html +++ b/doc/source/_static/banklist.html @@ -7,7 +7,7 @@ - + @@ -4849,7 +4849,7 @@