Skip to content

Commit

Permalink
chore: README: Fix example for get_sources_by_status, takes status as…
Browse files Browse the repository at this point in the history
… arg (#521)
  • Loading branch information
mil authored Oct 10, 2024
1 parent aa7f5eb commit 759df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ To get the feeds by status, `$STATUS` is expressed as a string and one of:

```python
>>> get_sources_by_status(
feature=$STATUS,
status=$STATUS,
)
```
## Integration Tests
Expand Down

0 comments on commit 759df91

Please sign in to comment.