From 8d2c7005bc9e6888ecb4246d94d91225b0d8b191 Mon Sep 17 00:00:00 2001 From: Synaptic149 <59460385+Synaptic149@users.noreply.github.com> Date: Sun, 9 Oct 2022 05:21:30 -0700 Subject: [PATCH] Add commas (#24424) --- source/_integrations/worldclock.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/worldclock.markdown b/source/_integrations/worldclock.markdown index a3a76e7a31c..ad0115af7da 100644 --- a/source/_integrations/worldclock.markdown +++ b/source/_integrations/worldclock.markdown @@ -44,7 +44,7 @@ time_format: default: "%H:%M" {% endconfiguration %} -For valid time zones check the **TZ** column in the [Wikipedia overview](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Or get the full list from the [pytz](https://pypi.python.org/pypi/pytz) module. +For valid time zones, check the **TZ** column in the [Wikipedia overview](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), or get the full list from the [pytz](https://pypi.python.org/pypi/pytz) module. ```shell python3 -c "import pytz;print(pytz.all_timezones)"