Commit 842c8b4d by Stephan Groß

add missing "`" for code formatting

parent 8d2774dc
...@@ -122,7 +122,7 @@ REST framework also allows you to work with regular function based views. It pro ...@@ -122,7 +122,7 @@ REST framework also allows you to work with regular function based views. It pro
## @api_view() ## @api_view()
**Signature:** `@api_view(http_method_names) **Signature:** `@api_view(http_method_names)`
The core of this functionality is the `api_view` decorator, which takes a list of HTTP methods that your view should respond to. For example, this is how you would write a very simple view that just manually returns some data: The core of this functionality is the `api_view` decorator, which takes a list of HTTP methods that your view should respond to. For example, this is how you would write a very simple view that just manually returns some data:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment