Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some spelling fixes #4901

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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