From c9505ae3ccc526e64820105e41e86a564d4c8e6f Mon Sep 17 00:00:00 2001 From: Abhisman Sarkar Date: Thu, 7 Jul 2022 08:17:39 +0530 Subject: [PATCH] Updated updater.py Changed None to ``None`` in the docstring Signed-off-by: Abhisman Sarkar --- tuf/ngclient/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/ngclient/updater.py b/tuf/ngclient/updater.py index 7a5b2c25..e518118a 100644 --- a/tuf/ngclient/updater.py +++ b/tuf/ngclient/updater.py @@ -183,7 +183,7 @@ def find_cached_target( Returns: Local file path if the file is an up to date target file. - None if file is not found or it is not up to date. + ``None`` if file is not found or it is not up to date. """ if filepath is None: