Skip to content

Commit

Permalink
Fixed typo in docs. (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
natnaelab committed Jun 22, 2021
1 parent f507201 commit b2b9006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ to it as the class based view::
from myapp.models import Product

urlpatterns = [
path("list/', object_filter, {'model': Product}, name="product-list),
path("list/', object_filter, {'model': Product}, name="product-list"),
]

The needed template and its context variables will also be the same as the
Expand Down

0 comments on commit b2b9006

Please sign in to comment.