Skip to content
Snippets Groups Projects
Commit 5eb184aa authored by Kinsey Moore's avatar Kinsey Moore
Browse files

Fix spelling error in python doc

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386774 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3aac3d2e
Branches
Tags
No related merge requests found
...@@ -65,7 +65,7 @@ class SwaggerPostProcessor(object): ...@@ -65,7 +65,7 @@ class SwaggerPostProcessor(object):
"""Post process a ResourceApi object. """Post process a ResourceApi object.
@param resource_api: ResourceApi object. @param resource_api: ResourceApi object.
@param contect: Current context in the API. @param context: Current context in the API.
""" """
pass pass
...@@ -73,7 +73,7 @@ class SwaggerPostProcessor(object): ...@@ -73,7 +73,7 @@ class SwaggerPostProcessor(object):
"""Post process a Operation object. """Post process a Operation object.
@param operation: Operation object. @param operation: Operation object.
@param contect: Current context in the API. @param context: Current context in the API.
""" """
pass pass
...@@ -81,7 +81,7 @@ class SwaggerPostProcessor(object): ...@@ -81,7 +81,7 @@ class SwaggerPostProcessor(object):
"""Post process a Parameter object. """Post process a Parameter object.
@param parameter: Parameter object. @param parameter: Parameter object.
@param contect: Current context in the API. @param context: Current context in the API.
""" """
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment