Skip to content

Commit a049b88

Browse files
committed
fix: Wording
1 parent 09030d4 commit a049b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ NOTE: For a comprehensive reference to the JSON manifest structure, see the [Man
5252
try:
5353
# Create a reader from a file path
5454
with Reader("path/to/media_file.jpg") as reader:
55-
# Print the JSON for a manifest.
55+
# Print manifest store as JSON
5656
print("Manifest store:", reader.json())
5757

5858
# Get the active manifest.
@@ -126,7 +126,7 @@ try:
126126
# First parameter can be mimetype or extension of the file
127127
# But in any case we need something to identify the file type
128128
with Reader("image/jpeg", stream) as reader:
129-
# Print the JSON for a manifest.
129+
# Print manifest store as JSON, as extracted by the Reader
130130
print("manifest store:", reader.json())
131131

132132
# Get the active manifest.

0 commit comments

Comments
 (0)