Skip to content

Commit 681c4e2

Browse files
committed
docs: Stop using PDM command in examples
It generates a `.pdm-python` file and the `__pypackages__` folder.
1 parent 1de6612 commit 681c4e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ Changing the title for only one tab is not supported.
256256
You can wrap the result in a code block by specifying a code block language:
257257

258258
````md exec="1" source="tabbed-left" tabs="Markdown|Rendered"
259-
```console exec="1" result="json"
260-
$ pdm info --env
259+
```console exec="1" result="ini"
260+
$ cat .git/config
261261
```
262262
````
263263

0 commit comments

Comments
 (0)