Skip to content

Commit

Permalink
Merge pull request #547 from di/patch-1
Browse files Browse the repository at this point in the history
Fix typo in services.rst
  • Loading branch information
Natim committed Dec 23, 2020
2 parents 4f56c9c + 5980f43 commit 54e2968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here is an example of how to define cornice services in an imperative way:
description='Clear database content',
path='/__flush__')
flush.add_view("POST", flush_post, **kwargs):
flush.add_view("POST", flush_post)
def includeme(config):
config.add_cornice_service(flush)
Expand Down

0 comments on commit 54e2968

Please sign in to comment.