Skip to content

Commit

Permalink
Merge pull request #1881 from proneon267/patch-4
Browse files Browse the repository at this point in the history
Changed spelling to prevent any Sphinx spelling error
  • Loading branch information
freakboy3742 committed Apr 18, 2023
2 parents e7ffdbc + 7aa9e1b commit ff0761a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changes/1881.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed spelling to prevent Sphinx spelling error.
6 changes: 3 additions & 3 deletions core/src/toga/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,15 @@ def _create_impl(self):
@property
def paths(self):
"""
Paths for platform appropriate locations on the user's filesystem.
Paths for platform appropriate locations on the user's file system.
Some platforms do not allow arbitrary file access to any location on
disk; even when arbitrary filesystem access is allowed, there are
disk; even when arbitrary file system access is allowed, there are
"preferred" locations for some types of content.
The ``paths`` object has a set of sub-properties that return
``pathlib.Path`` instances of platform-appropriate paths on the
filesystem.
file system.
:PROPERTIES:
* **app** – The directory containing the app's ``__main__`` module.
Expand Down

0 comments on commit ff0761a

Please sign in to comment.