Skip to content

Commit

Permalink
Merge pull request yt-project#4901 from zingale/spelling_fixes
Browse files Browse the repository at this point in the history
some spelling fixes
  • Loading branch information
chrishavlin committed May 13, 2024
2 parents 0a865a3 + ff5b631 commit de552c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ For all types of contributions, it is required that all tests pass, or that all
future. (See :ref:`testing`)
* At a minimum, a minimal, self-contained example demonstrating the bug should
because included in the body of the Pull Request, or as part of an
indepedent issue.
independent issue.

When submitting, you will be asked to make sure that your changes meet all of
these requirements. They are pretty easy to meet, and we're also happy to help
Expand Down
2 changes: 1 addition & 1 deletion doc/cheatsheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ \subsection{Git}
\texttt{git status} \textemdash\ Show status of working tree.\\
\texttt{git diff} \textemdash\ Show changed files in the working tree. \\
\texttt{git log} \textemdash\ Show a log of changes in reverse chronological
oder.\\
order.\\
\texttt{git revert <commit>} \textemdash\ Revert the changes in an existing
commit and create a new commit with reverted changes. \\
\texttt{git add <pathspec>} \textemdash\ Stage changes in the working tree to
Expand Down
2 changes: 1 addition & 1 deletion doc/source/analyzing/fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ second sets the corresponding ``value``. Currently available format properties a

.. _efields:

Energy and Momemtum Fields
Energy and Momentum Fields
--------------------------

Fields in yt representing energy and momentum quantities follow a specific
Expand Down
2 changes: 1 addition & 1 deletion doc/source/developing/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ test suite, which are intended to be as modern as possible (we don't set upper
limits to versions unless we need to). The ``minimal`` target is used to check
that we don't break backward compatibility with old versions of upstream
projects by accident. It is intended to pin strictly our minimal supported
versions. The ``test`` target specifies the tools neeed to run the tests, but
versions. The ``test`` target specifies the tools needed to run the tests, but
not needed by yt itself.

**Python version support.**
Expand Down
2 changes: 1 addition & 1 deletion yt/frontends/halo_catalog/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _read_particle_fields(self, dobj, ptf):
_read_particle_selection = IOHandlerGadgetFOFHaloHDF5._read_particle_selection


# ignoring type in this mixing to circunvent this error from mypy
# ignoring type in this mixing to circumvent this error from mypy
# Definition of "_read_particle_fields" in base class "HaloDatasetIOHandler"
# is incompatible with definition in base class "IOHandlerYTHaloCatalog"
#
Expand Down

0 comments on commit de552c6

Please sign in to comment.