mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Fix doctest in API module.
This commit is contained in:
parent
77ac4a9689
commit
f8539b9253
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ def api_endpoint(path_or_func=None, decorate=True):
|
|||
|
||||
Examples:
|
||||
|
||||
>>> from dddp.api import APIMixin, api_endpoint
|
||||
>>> class Counter(APIMixin):
|
||||
... value = 0
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue