Skip to content

Commit 1381f7a

Browse files
author
Tania Mathern
committed
fix: Docs
1 parent 27022ca commit 1381f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/selective-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ with open("source.jpg", "rb") as source, open("output.jpg", "w+b") as dest:
973973

974974
### Checking manifest location on a Reader
975975

976-
After opening an asset with `Reader`, use `is_embedded()` to check whether the manifest is embedded in the asset or stored remotely. If the manifest is remote, `get_remote_url()` returns the URL it was fetched from (or the URL set via `set_remote_url()` at signing time).
976+
After opening an asset with `Reader`, use `is_embedded()` to check whether the manifest is embedded in the asset or stored remotely. If the manifest is remote, `get_remote_url()` returns the URL it was fetched from (the URL set via `set_remote_url()` at signing time).
977977

978978
```py
979979
reader = Reader("output.jpg", context=ctx)

0 commit comments

Comments
 (0)