summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rest-api-templates/swagger_model.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rest-api-templates/swagger_model.py b/rest-api-templates/swagger_model.py
index 32e7cb5cd..3e25cfdc2 100644
--- a/rest-api-templates/swagger_model.py
+++ b/rest-api-templates/swagger_model.py
@@ -65,7 +65,7 @@ class SwaggerPostProcessor(object):
"""Post process a ResourceApi object.
@param resource_api: ResourceApi object.
- @param contect: Current context in the API.
+ @param context: Current context in the API.
"""
pass
@@ -73,7 +73,7 @@ class SwaggerPostProcessor(object):
"""Post process a Operation object.
@param operation: Operation object.
- @param contect: Current context in the API.
+ @param context: Current context in the API.
"""
pass
@@ -81,7 +81,7 @@ class SwaggerPostProcessor(object):
"""Post process a Parameter object.
@param parameter: Parameter object.
- @param contect: Current context in the API.
+ @param context: Current context in the API.
"""
pass