Skip to content

Commit

Permalink
chore: fix typos (#164)
Browse files Browse the repository at this point in the history
Fixes #163
  • Loading branch information
afuetterer committed Jul 6, 2024
1 parent 97afd7b commit aab8eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docstrings, or even on the web in blog posts, articles, and such.

### Submit Feedback

The best way to send feedback is to file an issue at https://github.com/afuetterer/python-re3data/issues.
The best way to send feedback is to file an issue at <https://github.com/afuetterer/python-re3data/issues>.

If you are proposing a feature:

Expand Down Expand Up @@ -91,7 +91,7 @@ Here's how to set up `python-re3data` for local development.
$ hatch run cov
```

6. Commit your changes and push your branch to GitHub::
6. Commit your changes and push your branch to GitHub:

```console
$ git add .
Expand Down
2 changes: 1 addition & 1 deletion docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Install with `python -m pip install "python-re3data[cli]"`.

| Package | Version | Description |
| ------------------------------------------ | ------- | ------------------------------------------------------------------------------------------- |
| [typer](https://github.com/tiangolo/typer) | >= 0.12 | a popular library for building command-line interfaces, powers the user-friendly interface. |
| [typer](https://github.com/tiangolo/typer) | >= 0.12 | A popular library for building command-line interfaces, powers the user-friendly interface. |

<!---
This installation guide is adapted from these sources:
Expand Down

0 comments on commit aab8eae

Please sign in to comment.