Skip to content

Commit 98ba490

Browse files
committed
Corrected MacOS get_pref_path() documentation
The path generated by get_pref_path should have included the "prg" parameter. (In the example, this has the value of "My Company")
1 parent c28de84 commit 98ba490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reST/ref/system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ open just in case something obvious comes up.
4141
C:\\Users\\bob\\AppData\\Roaming\\My Company\\My Program Name\\
4242

4343
On macOS, it would resemble
44-
/Users/bob/Library/Application Support/My Program Name/
44+
/Users/bob/Library/Application Support/My Company/My Program Name/
4545

4646
And on Linux it would resemble
4747
/home/bob/.local/share/My Program Name/

0 commit comments

Comments
 (0)