Skip to content

Commit 8b0ec63

Browse files
authored
Merge pull request #2326 from IrvKalb/Correct-MacOS-get_pref_path-documentation
Corrected MacOS get_pref_path() documentation
2 parents 098a1cb + 5d2ace9 commit 8b0ec63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reST/ref/system.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ open just in case something obvious comes up.
9292
C:\\Users\\bob\\AppData\\Roaming\\My Company\\My Program Name\\
9393

9494
On macOS, it would resemble
95-
/Users/bob/Library/Application Support/My Program Name/
95+
/Users/bob/Library/Application Support/My Company/My Program Name/
9696

9797
And on Linux it would resemble
98-
/home/bob/.local/share/My Program Name/
98+
/home/bob/.local/share/My Company/My Program Name/
9999

100100
.. note::
101101
Since the organization and app names can potentially be used as

0 commit comments

Comments
 (0)