Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Add missing single quote in Linux example output
  • Loading branch information
andrehedesand committed Jan 27, 2022
1 parent e438af2 commit 888a033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ On Linux:
>>> appname = "SuperApp"
>>> appauthor = "Acme"
>>> user_data_dir(appname, appauthor)
'/home/trentm/.local/share/SuperApp
'/home/trentm/.local/share/SuperApp'
>>> site_data_dir(appname, appauthor)
'/usr/local/share/SuperApp'
>>> site_data_dir(appname, appauthor, multipath=True)
Expand Down

0 comments on commit 888a033

Please sign in to comment.