mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
docs: Fix Updater.find_cached_target() docstring
This fixes broken layout on RTD. Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
This commit is contained in:
parent
d51b19f4a2
commit
c46ee17f70
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ def find_cached_target(
|
|||
Args:
|
||||
targetinfo: TargetFile from ``get_targetinfo()``.
|
||||
filepath: Local path to file. If None, a file path is generated
|
||||
based on ``target_dir`` constructor argument.
|
||||
based on ``target_dir`` constructor argument.
|
||||
|
||||
Raises:
|
||||
ValueError: Incorrect arguments
|
||||
|
|
|
|||
Loading…
Reference in a new issue