You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/05 01:28:48 UTC

svn commit: r941091 - /incubator/libcloud/trunk/libcloud/drivers/ec2.py

Author: pquerna
Date: Tue May  4 23:28:48 2010
New Revision: 941091

URL: http://svn.apache.org/viewvc?rev=941091&view=rev
Log:
Opps, pydoctor only has @note, not @warning

Modified:
    incubator/libcloud/trunk/libcloud/drivers/ec2.py

Modified: incubator/libcloud/trunk/libcloud/drivers/ec2.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/ec2.py?rev=941091&r1=941090&r2=941091&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/drivers/ec2.py (original)
+++ incubator/libcloud/trunk/libcloud/drivers/ec2.py Tue May  4 23:28:48 2010
@@ -320,7 +320,7 @@ class EC2NodeDriver(NodeDriver):
     def ex_create_security_group(self, name, description):
         """Creates a new Security Group
 
-        @warning: This is a non-standard extension API, and only works for EC2.
+        @note: This is a non-standard extension API, and only works for EC2.
 
         @type name: C{str}
         @param name: The name of the security group to Create. This must be unique.
@@ -336,7 +336,7 @@ class EC2NodeDriver(NodeDriver):
     def ex_authorize_security_group_permissive(self, name):
         """Edit a Security Group to allow all traffic.
 
-        @warning: This is a non-standard extension API, and only works for EC2.
+        @note: This is a non-standard extension API, and only works for EC2.
 
         @type name: C{str}
         @param name: The name of the security group to edit