Skip to content

Commit 7e034a4

Browse files
Fix markdown formatting in backends.md (remove $ prompts in console blocks)
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/271ffe61-1893-433a-809b-b190dc7e7436 Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
1 parent 3c9b752 commit 7e034a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/about/backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ By default, usethis auto-detects the appropriate backend using the following log
2828
You can override this auto-detection by passing the `--backend` option to any usethis command:
2929

3030
```console
31-
$ uvx usethis tool ruff --backend=none
31+
uvx usethis tool ruff --backend=none
3232
```
3333

3434
To check which backend usethis would use for your project, run:
3535

3636
```console
37-
$ uvx usethis show backend
37+
uvx usethis show backend
3838
```

0 commit comments

Comments
 (0)