docs: Add missing space in “time zone”.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-02-24 12:15:43 -08:00
committed by Tim Abbott
parent 47056ef06f
commit 21cd1c10b3
33 changed files with 66 additions and 64 deletions

View File

@@ -24,7 +24,7 @@ class TestChoosePubDate(ZulipTestCase):
)
class TestUserTimezones(ZulipTestCase):
class TestUserTimeZones(ZulipTestCase):
def test_timezones_assigned_to_users(self) -> None:
othello = self.example_user("othello")
self.assertEqual(othello.timezone, "US/Pacific")