From 608cd9580be66df87b63edb051d625917177e165 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 2 Feb 2024 20:20:56 +0800 Subject: Events: Adjust phrasing in description --- pydis_site/templates/events/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site') diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html index 2dcdb747..4ff29ede 100644 --- a/pydis_site/templates/events/index.html +++ b/pydis_site/templates/events/index.html @@ -9,7 +9,7 @@ {% block event_base_content %}
-

At Python Discord we run a few regular events, such as programming contests and workshops. We also run more ad-hoc events such as Python release streams. All members are welcome to participate in the events live, and for most events we release videos on our YouTube channel after the event in case you've missed it.

+

At Python Discord we run a few regular events such as programming contests and workshops, as well as more ad-hoc events such as Python release streams. All members are welcome to participate in the events live, and for most events we release videos on our YouTube channel after the event in case you've missed it.

To subscribe to the announcements, head over to the bottom of the #roles channel and get the @Announcements role to receive notifications on the latest updates!

{% include "events/current_event.html" %} {% include "events/scheduled_events.html" %} -- cgit v1.2.3