Skip to content

Commit

Permalink
Fix docs typo (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
malerichc committed May 8, 2020
1 parent a5b2ace commit 1880430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/rest_framework.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ You can override these methods on a case-by-case basis for each view, creating u
return kwargs


class BooksFilter(filters.FilterSet):
class BookFilter(filters.FilterSet):
def __init__(self, *args, author=None, **kwargs):
super().__init__(*args, **kwargs)
# do something w/ author
Expand Down

0 comments on commit 1880430

Please sign in to comment.