From 730ff97d2c68816f65942221dfa6e257f017e83b Mon Sep 17 00:00:00 2001 From: HalfWhitt <50283671+HalfWhitt@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:34:01 -0500 Subject: [PATCH 1/2] Removed stray repeated word in Paths usage --- docs/reference/api/resources/app_paths.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/api/resources/app_paths.rst b/docs/reference/api/resources/app_paths.rst index e4b174a59d..12fa3e48d0 100644 --- a/docs/reference/api/resources/app_paths.rst +++ b/docs/reference/api/resources/app_paths.rst @@ -25,7 +25,7 @@ cases, hard restrictions) over where certain file types should be stored. For example, macOS provides the ``~/Library/Application Support`` folder; Linux encourages use of the ``~/.config`` folder (amongst others), and Windows provides the ``AppData/Local`` folder in the user's home directory. Application -sandbox and security policies will prevent sometimes prevent reading or +sandbox and security policies will sometimes prevent reading or writing files in any location other than these pre-approved locations. To assist with finding an appropriate location to store application files, every From ee0d572164db9dbcd5f539b383e1421d6620e31d Mon Sep 17 00:00:00 2001 From: HalfWhitt <50283671+HalfWhitt@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:46:22 -0500 Subject: [PATCH 2/2] Added change note --- changes/2201.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2201.misc.rst diff --git a/changes/2201.misc.rst b/changes/2201.misc.rst new file mode 100644 index 0000000000..4d73995780 --- /dev/null +++ b/changes/2201.misc.rst @@ -0,0 +1 @@ +Minor fix: removed a repeated word in the docs for App Paths