diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-09-20 19:15:15 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-09-20 19:16:10 -0700 |
| commit | 2fe70dda6b6327b00f318e121016f3ca372461c2 (patch) | |
| tree | c4a2ea2bae5e8570c7110633f9b2be8959bad089 /src/flake8/options | |
| parent | 93209ffac9f7dd5a1bdf2f3a01409d18339554a5 (diff) | |
| download | flake8-2fe70dda6b6327b00f318e121016f3ca372461c2.tar.gz | |
fix a few small spelling issues
found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
Diffstat (limited to 'src/flake8/options')
| -rw-r--r-- | src/flake8/options/config.py | 2 | ||||
| -rw-r--r-- | src/flake8/options/manager.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/flake8/options/config.py b/src/flake8/options/config.py index eaa2b4e..3dbaae7 100644 --- a/src/flake8/options/config.py +++ b/src/flake8/options/config.py @@ -30,7 +30,7 @@ class ConfigFileFinder(object): :param list extra_config_files: Extra configuration files specified by the user to read. :param str config_file: - Configuration file override to only read configuraiton from. + Configuration file override to only read configuration from. :param bool ignore_config_files: Determine whether to ignore configuration files or not. """ diff --git a/src/flake8/options/manager.py b/src/flake8/options/manager.py index d076862..09bf862 100644 --- a/src/flake8/options/manager.py +++ b/src/flake8/options/manager.py @@ -132,7 +132,7 @@ class Option(object): Number of arguments to parse for this option. :param const: Constant value to store on a common destination. Usually used in - conjuntion with ``action="store_const"``. + conjunction with ``action="store_const"``. :param iterable choices: Possible values for the option. :param str help: |
