Skip to content

Commit

Permalink
Merge pull request #56 from markpbaggett/minor_readme_change
Browse files Browse the repository at this point in the history
Make declared instance match how it's used in example.
  • Loading branch information
fabiobatalha committed Jun 15, 2023
2 parents 74d17a2 + 92cf083 commit 839f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ See valid parameters in :code:`Works.FILTER_VALIDATOR`. Replace :code:`.` with :
In [2]: works = Works()
In [3]: for i in w.filter(license__url='https://creativecommons.org/licenses/by', from_pub_date='2016').sample(5).select('title'):
In [3]: for i in works.filter(license__url='https://creativecommons.org/licenses/by', from_pub_date='2016').sample(5).select('title'):
...: print(i)
...:
{'title': ['Vers une économie circulaire... de proximité ? Une spatialité à géométrie variable']}
Expand Down

0 comments on commit 839f69f

Please sign in to comment.