Skip to content

Commit 82e77ce

Browse files
authored
Use correct double quotes (#3853)
1 parent 8141d07 commit 82e77ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TESTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Commands may vary by Linux distro, and whether a `fish` or `zsh` shell is used.
256256
Replace `<python_directory>` with the output of `python3 -c "import os, sys; print(os.path.dirname(sys.executable))"`
257257

258258
```bash
259-
export PATH=$PATH:<python_directory>
259+
export PATH="$PATH:<python_directory>"
260260
```
261261

262262
[Code Quality: Tools and Best Practices]: https://realpython.com/python-code-quality/

0 commit comments

Comments
 (0)