Skip to content

Commit 5559741

Browse files
authored
docs: fix typo in autodoc command (#707)
Fixed a typo where an additional grave character was added after the autodoc command in `CONTRIBUTING.md`. Signed-off-by: asterized <91648368+asterized@users.noreply.github.com>
1 parent 6bfb00c commit 5559741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Running the autodoc session should automatically update these files, if there
204204
were any changes.
205205

206206
```sh
207-
uv run nox -s autodoc`
207+
uv run nox -s autodoc
208208
```
209209

210210
### Building the documentation

0 commit comments

Comments
 (0)