diff options
author | 2021-03-30 18:54:31 +0300 | |
---|---|---|
committer | 2021-03-30 18:54:31 +0300 | |
commit | b9cfd369650506965015665583cc36b8d41c7c2e (patch) | |
tree | d5cf47421e50fad39eed628e61b20f79a7667ca2 /pydis_site/apps/resources | |
parent | Add missing dot to end of books category info (diff) |
Change typo postion -> position in Real Python podcast resource
Co-authored-by: Kieran Siek <[email protected]>
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/podcasts/the_real_python_podcast.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/resources/podcasts/the_real_python_podcast.yaml b/pydis_site/apps/resources/resources/podcasts/the_real_python_podcast.yaml index 1fa79e6c..dea894ea 100644 --- a/pydis_site/apps/resources/resources/podcasts/the_real_python_podcast.yaml +++ b/pydis_site/apps/resources/resources/podcasts/the_real_python_podcast.yaml @@ -4,4 +4,4 @@ description: A weekly Python podcast hosted by Christopher Bailey with interview career tips, and related software development topics. name: The Real Python Podcast title_url: https://realpython.com/podcasts/rpp/ -postion: 4 +position: 4 |