From a6206207beaac9ff6e945063d4f09a34b459c171 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 28 Dec 2017 05:46:14 -0500 Subject: [PATCH 1/5] Misc. Typo fixes Both user and non-user facing. Found via `codespell -q 3 -I ../pandas-whitelist.txt` whereby the whitelist consisted of: ``` behaviour indicies initialise initialised initialising resetted thru writeable ``` --- appveyor.yml | 2 +- asv_bench/benchmarks/frame_ctor.py | 2 +- asv_bench/benchmarks/pandas_vb_common.py | 2 +- doc/source/_static/banklist.html | 4 +-- doc/source/api.rst | 2 +- doc/source/basics.rst | 2 +- doc/source/computation.rst | 2 +- doc/source/conf.py | 2 +- doc/source/contributing.rst | 10 +++---- doc/source/developer.rst | 2 +- doc/source/dsintro.rst | 4 +-- doc/source/enhancingperf.rst | 4 +-- doc/source/indexing.rst | 4 +-- doc/source/install.rst | 2 +- doc/source/io.rst | 6 ++--- doc/source/options.rst | 2 +- doc/source/overview.rst | 2 +- doc/source/release.rst | 18 ++++++------- doc/source/style.ipynb | 2 +- doc/source/timeseries.rst | 4 +-- doc/source/visualization.rst | 6 ++--- doc/source/whatsnew/v0.10.0.txt | 2 +- doc/source/whatsnew/v0.10.1.txt | 2 +- doc/source/whatsnew/v0.11.0.txt | 4 +-- doc/source/whatsnew/v0.12.0.txt | 10 +++---- doc/source/whatsnew/v0.14.0.txt | 26 +++++++++---------- doc/source/whatsnew/v0.14.1.txt | 4 +-- doc/source/whatsnew/v0.15.0.txt | 10 +++---- doc/source/whatsnew/v0.15.1.txt | 2 +- doc/source/whatsnew/v0.15.2.txt | 2 +- doc/source/whatsnew/v0.16.0.txt | 6 ++--- doc/source/whatsnew/v0.17.0.txt | 2 +- doc/source/whatsnew/v0.17.1.txt | 4 +-- doc/source/whatsnew/v0.18.0.txt | 6 ++--- doc/source/whatsnew/v0.18.1.txt | 2 +- doc/source/whatsnew/v0.19.0.txt | 4 +-- doc/source/whatsnew/v0.19.2.txt | 4 +-- doc/source/whatsnew/v0.20.0.txt | 4 +-- doc/source/whatsnew/v0.21.1.txt | 2 +- doc/source/whatsnew/v0.23.0.txt | 8 +++--- doc/source/whatsnew/v0.8.1.txt | 2 +- doc/source/whatsnew/v0.9.1.txt | 2 +- doc/sphinxext/README.rst | 2 +- .../ipython_console_highlighting.py | 2 +- .../ipython_sphinxext/ipython_directive.py | 6 ++--- doc/sphinxext/numpydoc/docscrape_sphinx.py | 2 +- pandas/__init__.py | 4 +-- pandas/_libs/algos.pyx | 4 +-- pandas/_libs/hashing.pyx | 2 +- pandas/_libs/hashtable.pyx | 2 +- pandas/_libs/lib.pyx | 2 +- pandas/_libs/parsers.pyx | 4 +-- pandas/_libs/src/datetime/np_datetime.c | 2 +- pandas/_libs/src/numpy.pxd | 2 +- pandas/_libs/src/period_helper.c | 2 +- pandas/_libs/src/ujson/lib/ultrajson.h | 4 +-- pandas/_libs/src/ujson/python/ujson.c | 4 +-- pandas/_libs/tslibs/offsets.pyx | 8 +++--- pandas/_libs/tslibs/strptime.pyx | 2 +- pandas/_libs/tslibs/timestamps.pyx | 2 +- pandas/core/accessor.py | 2 +- pandas/core/algorithms.py | 4 +-- pandas/core/base.py | 2 +- pandas/core/categorical.py | 6 ++--- pandas/core/common.py | 2 +- pandas/core/computation/expressions.py | 4 +-- pandas/core/computation/pytables.py | 2 +- pandas/core/config.py | 10 +++---- pandas/core/dtypes/cast.py | 2 +- pandas/core/dtypes/dtypes.py | 4 +-- pandas/core/dtypes/missing.py | 2 +- pandas/core/frame.py | 8 +++--- pandas/core/generic.py | 4 +-- pandas/core/groupby.py | 2 +- pandas/core/indexes/base.py | 10 +++---- pandas/core/indexes/category.py | 4 +-- pandas/core/indexes/datetimelike.py | 2 +- pandas/core/indexes/datetimes.py | 2 +- pandas/core/indexes/interval.py | 2 +- pandas/core/indexes/multi.py | 2 +- pandas/core/indexing.py | 10 +++---- pandas/core/internals.py | 10 +++---- pandas/core/missing.py | 2 +- pandas/core/ops.py | 2 +- pandas/core/panel.py | 2 +- pandas/core/reshape/concat.py | 2 +- pandas/core/reshape/melt.py | 2 +- pandas/core/series.py | 6 ++--- pandas/core/sparse/array.py | 4 +-- pandas/core/strings.py | 4 +-- pandas/core/tools/datetimes.py | 4 +-- pandas/core/window.py | 4 +-- pandas/errors/__init__.py | 4 +-- pandas/io/common.py | 6 ++--- pandas/io/excel.py | 6 ++--- pandas/io/formats/console.py | 2 +- pandas/io/formats/excel.py | 2 +- pandas/io/formats/style.py | 6 ++--- pandas/io/html.py | 2 +- pandas/io/json/json.py | 4 +-- pandas/io/msgpack/_unpacker.pyx | 2 +- pandas/io/packers.py | 2 +- pandas/io/parsers.py | 2 +- pandas/io/pytables.py | 20 +++++++------- pandas/io/sql.py | 2 +- pandas/io/stata.py | 8 +++--- pandas/plotting/_core.py | 2 +- pandas/plotting/_style.py | 4 +-- pandas/tests/frame/test_alter_axes.py | 2 +- pandas/tests/frame/test_analytics.py | 2 +- pandas/tests/frame/test_operators.py | 2 +- pandas/tests/groupby/test_groupby.py | 2 +- pandas/tests/groupby/test_whitelist.py | 2 +- pandas/tests/indexes/datetimes/test_astype.py | 2 +- pandas/tests/indexes/datetimes/test_tools.py | 2 +- .../tests/indexes/interval/test_interval.py | 2 +- pandas/tests/indexes/test_base.py | 2 +- pandas/tests/indexes/test_numeric.py | 2 +- pandas/tests/indexes/test_range.py | 2 +- pandas/tests/indexing/common.py | 8 +++--- pandas/tests/indexing/test_floats.py | 2 +- pandas/tests/indexing/test_indexing.py | 2 +- pandas/tests/indexing/test_ix.py | 2 +- pandas/tests/indexing/test_loc.py | 6 ++--- pandas/tests/io/data/banklist.html | 4 +-- pandas/tests/io/data/macau.html | 2 +- pandas/tests/io/data/spam.html | 2 +- pandas/tests/io/formats/test_format.py | 2 +- pandas/tests/io/formats/test_style.py | 2 +- pandas/tests/io/msgpack/test_extension.py | 2 +- pandas/tests/io/msgpack/test_seq.py | 2 +- pandas/tests/io/parser/parse_dates.py | 2 +- pandas/tests/io/test_excel.py | 2 +- pandas/tests/io/test_packers.py | 2 +- pandas/tests/io/test_pickle.py | 2 +- pandas/tests/io/test_pytables.py | 14 +++++----- pandas/tests/io/test_stata.py | 2 +- pandas/tests/plotting/test_frame.py | 2 +- pandas/tests/plotting/test_misc.py | 2 +- pandas/tests/reshape/test_reshape.py | 2 +- pandas/tests/series/test_analytics.py | 6 ++--- pandas/tests/series/test_api.py | 2 +- pandas/tests/series/test_constructors.py | 2 +- pandas/tests/series/test_indexing.py | 6 ++--- pandas/tests/series/test_operators.py | 4 +-- pandas/tests/test_base.py | 2 +- pandas/tests/test_multilevel.py | 2 +- pandas/tests/test_panel.py | 6 ++--- pandas/tests/test_sorting.py | 2 +- pandas/tests/test_window.py | 6 ++--- pandas/tests/tseries/offsets/test_offsets.py | 4 +-- pandas/tests/tseries/test_timezones.py | 2 +- pandas/tseries/holiday.py | 2 +- pandas/util/_validators.py | 6 ++--- pandas/util/testing.py | 10 +++---- scripts/find_commits_touching_func.py | 8 +++--- scripts/find_undoc_args.py | 2 +- setup.py | 2 +- 158 files changed, 306 insertions(+), 306 deletions(-) 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..78dae524fb91f 100644 --- a/asv_bench/benchmarks/pandas_vb_common.py +++ b/asv_bench/benchmarks/pandas_vb_common.py @@ -43,7 +43,7 @@ def remove(self, f): 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 @@

Failed Bank List