Skip to content

Commit 2673d0b

Browse files
authored
Fix typos (#2531)
Found via `codespell -S *.ipynb,CHANGELOG.md`
1 parent b4afdac commit 2673d0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/scripts/homepage_miniatures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Script to generate the miniatures used for the website homepage grid.
22
33
Due to the html structure of the page, the 6 figures below should aim for a 2/1 ratio.
4-
Their width should be roughtly twice their height.
4+
Their width should be roughly twice their height.
55
"""
66

77
from pathlib import Path

docs/source/contributing/how_to_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ArviZ uses the following process to cut a new release of the ArviZverse packages
3333

3434
:::{important}
3535
There is a bot that opens a PR automatically to update the conda forge recipe.
36-
There is a second bot that also attempts to update dependecies automatically from `pyproject.toml`,
36+
There is a second bot that also attempts to update dependencies automatically from `pyproject.toml`,
3737
however, at the time of writing it is experimental, so we always need to double check dependencies.
3838
:::
3939

docs/source/contributing/issue_reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We appreciate being notified of problems with the existing ArviZ code.
55
We prefer that issues be shared on a Github Issue Tracker rather than on social media or by direct email to the developers.
66
If you are unsure if your issue corresponds to a specific package of the ArviZverse,
77
you can open an issue in the [main ArviZ repository issue tracker](https://github.com/arviz-devs/arviz/issues).
8-
On the other hand, if you are certain the issue corresponds to a specific pacakge, use the relevant issue tracker: of the corresponding package repository:
8+
On the other hand, if you are certain the issue corresponds to a specific package, use the relevant issue tracker: of the corresponding package repository:
99

1010
* [ArviZ-base](https://github.com/arviz-devs/arviz-base/issues)
1111
* [ArviZ-stats](https://github.com/arviz-devs/arviz-stats/issues)

0 commit comments

Comments
 (0)