Merge pull request #4956 from northben/patch-2

Update faq.rst
This commit is contained in:
rawtaz 2024-07-30 15:27:24 +00:00 committed by GitHub
commit 8d5e188218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ The error here is that the tilde ``~`` in ``"~/documents"`` didn't get expanded
/home/john/documents
$ echo "~/documents"
~/document
~/documents
$ echo "$HOME/documents"
/home/john/documents