aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/urls.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2022-02-02 00:15:44 +0100
committerGravatar GitHub <[email protected]>2022-02-02 00:15:44 +0100
commit09fb2a4df59be324fc41176227ae3c684e2f6add (patch)
tree9d5baa069f91419e3189115d143129b6dc4b8e31 /pydis_site/apps/content/urls.py
parentMerge pull request #649 from python-discord/update-pyfakefs (diff)
parentDuck pond removed when removing all filters. (diff)
Merge pull request #582 from python-discord/swfarnsworth/smarter-resources/merge-with-main
Smarter Resources
Diffstat (limited to 'pydis_site/apps/content/urls.py')
-rw-r--r--pydis_site/apps/content/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/urls.py b/pydis_site/apps/content/urls.py
index fe7c2852..f8496095 100644
--- a/pydis_site/apps/content/urls.py
+++ b/pydis_site/apps/content/urls.py
@@ -30,7 +30,7 @@ def __get_all_files(root: Path, folder: typing.Optional[Path] = None) -> list[st
def get_all_pages() -> typing.Iterator[dict[str, str]]:
- """Yield a dict of all pag categories."""
+ """Yield a dict of all page categories."""
for location in __get_all_files(Path("pydis_site", "apps", "content", "resources")):
yield {"location": location}