[asterisk-commits] kmoore: trunk r386774 - /trunk/rest-api-templates/swagger_model.py

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Apr 27 22:32:39 CDT 2013


Author: kmoore
Date: Sat Apr 27 22:32:35 2013
New Revision: 386774

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=386774
Log:
Fix spelling error in python doc

Modified:
    trunk/rest-api-templates/swagger_model.py

Modified: trunk/rest-api-templates/swagger_model.py
URL: http://svnview.digium.com/svn/asterisk/trunk/rest-api-templates/swagger_model.py?view=diff&rev=386774&r1=386773&r2=386774
==============================================================================
--- trunk/rest-api-templates/swagger_model.py (original)
+++ trunk/rest-api-templates/swagger_model.py Sat Apr 27 22:32:35 2013
@@ -65,7 +65,7 @@
         """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 @@
         """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 @@
         """Post process a Parameter object.
 
         @param parameter: Parameter object.
-        @param contect: Current context in the API.
+        @param context: Current context in the API.
         """
         pass
 




More information about the asterisk-commits mailing list