From ece9c315dcf6954869f252422c93c0b2f53ae45e Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 29 Mar 2024 18:38:44 +0800 Subject: Events: Fix grammar in content Co-authored-by: jchristgit --- pydis_site/templates/events/main_events.html | 2 +- pydis_site/templates/events/other_events.html | 2 +- pydis_site/templates/events/pages/game-jams/_index.html | 2 +- pydis_site/templates/events/pages/pyweek/_index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pydis_site/templates/events/main_events.html b/pydis_site/templates/events/main_events.html index 0ff3a258..4e6a967d 100644 --- a/pydis_site/templates/events/main_events.html +++ b/pydis_site/templates/events/main_events.html @@ -33,7 +33,7 @@ March & September

-

For the past 15 years, PyWeek has been running a bi-annual game jam for the Python language. As of 2020, we are excited to say we are officially partnered with PyWeek to co-run these events.

+

For the past 15 years, PyWeek has been running a bi-annual game jam for the Python language. As of 2020, we are excited to say that we are officially partnered with PyWeek to co-run these events.

diff --git a/pydis_site/templates/events/other_events.html b/pydis_site/templates/events/other_events.html index f655fda3..035ddaef 100644 --- a/pydis_site/templates/events/other_events.html +++ b/pydis_site/templates/events/other_events.html @@ -47,7 +47,7 @@ Oct. 25, 2022

-

Pablo Galindo, the 3.11 Python Release Manager and CPython Core Developer, walked through the release process and g number of guests joined to talk about the exciting new features to be found in 3.11. At the end of the release we'll also hosted a Q&A session.

+

Pablo Galindo, the 3.11 Python Release Manager and CPython Core Developer, walked through the release process and a number of guests joined to talk about the exciting new features to be found in 3.11. At the end of the release we also hosted a Q&A session.

diff --git a/pydis_site/templates/events/pages/game-jams/_index.html b/pydis_site/templates/events/pages/game-jams/_index.html index 95505b47..f836b0be 100644 --- a/pydis_site/templates/events/pages/game-jams/_index.html +++ b/pydis_site/templates/events/pages/game-jams/_index.html @@ -18,7 +18,7 @@

The participants will have ten days to create a game using the technology we've selected, and drawing inspiration from a provided theme. After the event, a panel of judges will play all the games and select a - winner. The top 5 will featured in a special video on our YouTube channel. + winner. The top 5 will be featured in a special video on our YouTube channel.

The first edition of the Game Jam ran from diff --git a/pydis_site/templates/events/pages/pyweek/_index.html b/pydis_site/templates/events/pages/pyweek/_index.html index aff0b6c2..d7bfc02f 100644 --- a/pydis_site/templates/events/pages/pyweek/_index.html +++ b/pydis_site/templates/events/pages/pyweek/_index.html @@ -10,7 +10,7 @@ {% block event_content %}

For the past 15 years, PyWeek has been running a bi-annual game jam for the - Python language. As of 2020, we are excited to say we are officially partnered with PyWeek to co-run these + Python language. As of 2020, we are excited to say that we are officially partnered with PyWeek to co-run these events.

-- cgit v1.2.3