Skip to content

Commit c9505ae

Browse files
committed
Updated updater.py
Changed None to ``None`` in the docstring Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
1 parent b5e952c commit c9505ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tuf/ngclient/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def find_cached_target(
183183
184184
Returns:
185185
Local file path if the file is an up to date target file.
186-
None if file is not found or it is not up to date.
186+
``None`` if file is not found or it is not up to date.
187187
"""
188188

189189
if filepath is None:

0 commit comments

Comments
 (0)