Skip to content

Commit

Permalink
Tweaked docs wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 24, 2024
1 parent 3436085 commit af39a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/crud-view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CRUDView Reference
Request Handlers
================

The core of a class-based view are the request handlers — methods that convert an HTTP request into a response. The request handers are the essence of the **view**.
The core of a class-based view are the request handlers — methods that convert an HTTP request into an HTTP response. The request handlers are the essence of the **Django view**.

Neapolitan's ``CRUDView`` provides handlers the standard list, detail, create, edit, and delete views for a model.

Expand Down

0 comments on commit af39a49

Please sign in to comment.