Skip to content

Commit 1a3e8c8

Browse files
Tweak README.md
1 parent 63c6a13 commit 1a3e8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Output from this function contains the same data as a single entry from the [`se
9595

9696
> **In general using this function is only useful if you have node ID already stored.**
9797
There's no reason to first use the [`search`](#search) function, then use node ID from one of entries for `details`, you won't get any additional information.
98-
If you want to get seasons/episodes you can use the ID from [`search`](#search) function to call [`seasons`](#seasons), and then [`episodes`](#episodes). Calling `details` on an individual season/episode won't give you more information than outputs from the dedicated commands.
98+
If you want to get seasons/episodes you can use the ID from [`search`](#search) function to call [`seasons`](#seasons), and then [`episodes`](#episodes). Calling `details` on an individual season/episode won't give you more information than outputs from the dedicated functions.
9999

100100
Usage is similar to [`search`](#search) function, just without `count` argument:
101101
```python

0 commit comments

Comments
 (0)