diff options
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 @@                      <span>March & September</span>                  </span>              </p> -            <p>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.</p> +            <p>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.</p>          </div>      </div>      <div class="card"> 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 @@                              <span>Oct. 25, 2022</span>                          </span>                      </p> -                    <p>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.</p> +                    <p>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.</p>                  </div>                  <a class="button is-small is-link is-outlined" href="https://www.youtube.com/watch?v=PGZPSWZSkJI">                      <span class="icon"><i class="fab fa-youtube"></i></span> 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 @@          <p>              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 <a href="https://www.youtube.com/channel/UCQsrA4xo6jvdgsJZhKaBL6w" target="_blank" rel="noopener">YouTube channel</a>. +            winner. The top 5 will be featured in a special video on our <a href="https://www.youtube.com/channel/UCQsrA4xo6jvdgsJZhKaBL6w" target="_blank" rel="noopener">YouTube channel</a>.          </p>          <p>              The <a class="has-text-link" href="{% url "events:page" path="game-jams/2020" %}">first edition of the Game Jam</a> 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 %}  <p>      For the past 15 years, <a href="https://pyweek.org" target="_blank" rel="noopener">PyWeek</a> 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.  </p>  <p> | 
