From 6a9796e3f2b88395dd66bd791d39663578a42082 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Wed, 9 Aug 2023 02:06:05 -0700 Subject: [PATCH] docs: fix typo --- config.sample.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.sample.py b/config.sample.py index 663dddf..9eb6f39 100644 --- a/config.sample.py +++ b/config.sample.py @@ -11,8 +11,8 @@ class Config: # filesystem: Media files are served from T_MEDIA_FS_PATH T_MEDIA_FROM = 'direct' - # You can also use mirror domains in case your Twitter account no longer exists - # This is just simple string substitution + # You can also use mirror domains in case your Twitter account no longer + # exists. This is just simple string substitution T_MEDIA_MIRRORS = { 'pbs.twimg.com': 'd1111111111.cloudfront.net/pbs.twimg.com', 'video.twimg.com': 'd1111111111.cloudfront.net/video.twimg.com', @@ -33,8 +33,8 @@ class Config: # Default user to show on index #T_DEFAULT_USER = 'jack' - # User dict injection - # For imported tweets that has minimal `user` dict, this can be used to suppliy additional keys + # For imported tweets that has minimal `user` dict, this can be used to + # inject additional keys. T_USER_DICTS = { 'jack': { 'name': 'Jack Dorsey',