Skip to content

Commit dc75772

Browse files
committed
fix: Fix example in documentation.
1 parent 77ae095 commit dc75772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ To abort listing independently of that, store the generator in a variable, and c
442442

443443
```python
444444
subjects = client.read_subjects(
445-
base_subject = '/books'
445+
base_subject = '/'
446446
)
447447

448448
async for subject in subjects:

0 commit comments

Comments
 (0)