Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jan 24, 2024
1 parent ef3af3c commit ab24bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# From pyzolib/paths.py (https://bitbucket.org/pyzo/pyzolib/src/tip/paths.py)
def appdata_dir(appname=None, roaming=False, is_file=True):
def appdata_dir(appname=None, roaming=False):
"""appdata_dir(appname=None, roaming=False)
Get the path to the application directory, where applications are allowed
Expand Down

0 comments on commit ab24bea

Please sign in to comment.