Skip to content

Commit e493c5d

Browse files
committed
adjust md code tag
1 parent 67974f2 commit e493c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cli_subprocess_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmd = f"git {user_input}"
1717
subprocess.run(cmd, shell=True)
1818
```
1919

20-
```python
20+
```console
2121
input a git command to run: --version;echo aa
2222
git version 2.34.1
2323
aa

0 commit comments

Comments
 (0)