diff options
author | 2022-02-20 21:20:29 -0500 | |
---|---|---|
committer | 2022-02-20 21:20:29 -0500 | |
commit | 0e1257d6eca90fa45ba7c11454a0fba7e3fc74f7 (patch) | |
tree | e3ad78be879f615b2621c0afba9db813e70fafff /pydis_site/apps/content/urls.py | |
parent | Add table of content and final edits (diff) | |
parent | Merge pull request #668 from python-discord/update/name-profile-policy (diff) |
Merge branch 'main' into content/update-help-channel-timing
Diffstat (limited to 'pydis_site/apps/content/urls.py')
-rw-r--r-- | pydis_site/apps/content/urls.py | 2 |
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} |