Skip to content

Commit 340479e

Browse files
authored
docs: Fix typos (#357)
* Fix missing parenthesis in CONTRIBUTING.md * Fix Python capitalization in installation.md
1 parent 088dfb2 commit 340479e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To release a new `torchjd` version, you have to:
132132
- Change the version in `pyproject.toml`.
133133
- Make a pull request with those changes and merge it.
134134
- Make a draft of the release on GitHub (click on `Releases`, then `Draft a new release`, then fill
135-
the details.
135+
the details).
136136
- Publish the release (click on `Publish release`). This should trigger the deployment of the new
137137
version on PyPI and the building and deployment of the documentation on github-pages.
138138
- Check that the new version is correctly deployed to PyPI, that it is installable and that it

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:end-before: <!-- end installation -->
66
```
77

8-
Note that `torchjd` requires python 3.10, 3.11, 3.12 or 3.13 and `torch>=2.0`.
8+
Note that `torchjd` requires Python 3.10, 3.11, 3.12 or 3.13 and `torch>=2.0`.
99

1010
Some aggregators (CAGrad and Nash-MTL) have additional dependencies that are not included by default
1111
when installing `torchjd`. To install them, you can use:

0 commit comments

Comments
 (0)