Skip to content

Commit 93d6fa9

Browse files
Bump codespell from 2.1.0 to 2.2.1 (#139)
* Bump codespell from 2.1.0 to 2.2.1 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](codespell-project/codespell@v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix spelling errors Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: paul.profizi <[email protected]>
1 parent 2142edc commit 93d6fa9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ansys/dpf/post/misc_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""This module contains all the miscallenous results."""
1+
"""This module contains all the miscellaneous results."""
22

33
from ansys.dpf.core import Operator as _Operator
44
from ansys.dpf.core import locations

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"examples_dirs": ["../../examples/"],
9191
# path where to save gallery generated examples
9292
"gallery_dirs": ["examples"],
93-
# Patter to search for example files
93+
# Pattern to search for example files
9494
"filename_pattern": r"\.py",
9595
# Remove the "Download all examples" button from the top level gallery
9696
"download_all_examples": False,

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Consider the following general coding paradigms when contributing:
104104
guidelines, and always provide a for simple use cases for the new
105105
features.
106106

107-
3. **Test it**. Since Python is an interperted language, if it's not
107+
3. **Test it**. Since Python is an interpreted language, if it's not
108108
tested, it's probably broken. At the minimum, include unit tests
109109
for each new feature within the ``tests`` directory. Ensure that
110110
each new method, class, or function has reasonable (>90%) coverage.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
flake8==5.0.4
2-
codespell==2.1.0
2+
codespell==2.2.1

0 commit comments

Comments
 (0)