Skip to content

Commit 21b836c

Browse files
BrianPughclaude
andcommitted
Fix typos flagged by Copilot review on #274
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UarJmE1ctKM1J5U8oSMVEY
1 parent 7594c28 commit 21b836c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Whenever possible, please add docstrings to your code!
1111
We use [numpy-style napoleon docstrings](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/#google-vs-numpy).
1212
To confirm docstrings are valid, build the docs by running `uv run make html` in the `docs/` folder.
1313

14-
I typically write dosctrings first, it will act as a guide to limit scope and encourage unit-testable code.
14+
I typically write docstrings first, it will act as a guide to limit scope and encourage unit-testable code.
1515
Good docstrings include information like:
1616

1717
1. If not immediately obvious, what is the intended use-case? When should this function be used?

docs/source/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To install directly from github, you can run:
1414
1515
python -m pip install git+https://github.com/GIT_USERNAME/GIT_REPONAME.git
1616
17-
For development, its recommended to use uv:
17+
For development, it's recommended to use uv:
1818

1919
.. code-block:: bash
2020

0 commit comments

Comments
 (0)