@@ -149,7 +149,7 @@ def test_security_group_rule_create_no_options(self):
149149 ]
150150 parsed_args = self .check_parser (self .cmd , arglist , verifylist )
151151
152- # In base command class ShowOne in cliff, abstractmethod take_action()
152+ # In base command class ShowOne in cliff, abstract method take_action()
153153 # returns a two-part tuple with a tuple of column names and a tuple of
154154 # data to be shown.
155155 columns , data = self .cmd .take_action (parsed_args )
@@ -195,7 +195,7 @@ def test_security_group_rule_create_ftp(self):
195195 ]
196196 parsed_args = self .check_parser (self .cmd , arglist , verifylist )
197197
198- # In base command class ShowOne in cliff, abstractmethod take_action()
198+ # In base command class ShowOne in cliff, abstract method take_action()
199199 # returns a two-part tuple with a tuple of column names and a tuple of
200200 # data to be shown.
201201 columns , data = self .cmd .take_action (parsed_args )
@@ -245,7 +245,7 @@ def test_security_group_rule_create_ssh(self):
245245 ]
246246 parsed_args = self .check_parser (self .cmd , arglist , verifylist )
247247
248- # In base command class ShowOne in cliff, abstractmethod take_action()
248+ # In base command class ShowOne in cliff, abstract method take_action()
249249 # returns a two-part tuple with a tuple of column names and a tuple of
250250 # data to be shown.
251251 columns , data = self .cmd .take_action (parsed_args )
@@ -290,7 +290,7 @@ def test_security_group_rule_create_udp(self):
290290 ]
291291 parsed_args = self .check_parser (self .cmd , arglist , verifylist )
292292
293- # In base command class ShowOne in cliff, abstractmethod take_action()
293+ # In base command class ShowOne in cliff, abstract method take_action()
294294 # returns a two-part tuple with a tuple of column names and a tuple of
295295 # data to be shown.
296296 columns , data = self .cmd .take_action (parsed_args )
@@ -338,7 +338,7 @@ def test_security_group_rule_create_icmp(self):
338338 ]
339339 parsed_args = self .check_parser (self .cmd , arglist , verifylist )
340340
341- # In base command class ShowOne in cliff, abstractmethod take_action()
341+ # In base command class ShowOne in cliff, abstract method take_action()
342342 # returns a two-part tuple with a tuple of column names and a tuple of
343343 # data to be shown.
344344 columns , data = self .cmd .take_action (parsed_args )
@@ -411,7 +411,7 @@ def test_security_group_rule_list(self):
411411
412412 parsed_args = self .check_parser (self .cmd , arglist , verifylist )
413413
414- # In base command class Lister in cliff, abstractmethod take_action()
414+ # In base command class Lister in cliff, abstract method take_action()
415415 # returns a tuple containing the column names and an iterable
416416 # containing the data to be listed.
417417 columns , data = self .cmd .take_action (parsed_args )
@@ -449,7 +449,7 @@ def test_security_group_rule_list_no_group(self):
449449
450450 parsed_args = self .check_parser (self .cmd , [], [])
451451
452- # In base command class Lister in cliff, abstractmethod take_action()
452+ # In base command class Lister in cliff, abstract method take_action()
453453 # returns a tuple containing the column names and an iterable
454454 # containing the data to be listed.
455455 columns , data = self .cmd .take_action (parsed_args )
0 commit comments