Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Oct 8, 2018
1 parent 304cac7 commit d05a876
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion w3af/plugins/crawl/archive_dot_org.py
Expand Up @@ -206,7 +206,7 @@ def set_options(self, options_list):
This method sets all the options that are configured using the user
interface generated by the framework using the result of get_options().
:param OptionList: A dictionary with the options for the plugin.
:param options_list: A dictionary with the options for the plugin.
:return: No value is returned.
"""
self._max_depth = options_list['max_depth'].get_value()
Expand Down
2 changes: 1 addition & 1 deletion w3af/plugins/crawl/digit_sum.py
Expand Up @@ -236,7 +236,7 @@ def set_options(self, options_list):
This method sets all the options that are configured using the user
interface generated by the framework using the result of get_options().
:param OptionList: A dictionary with the options for the plugin.
:param options_list: A dictionary with the options for the plugin.
:return: No value is returned.
"""
self._fuzz_images = options_list['fuzzImages'].get_value()
Expand Down
2 changes: 1 addition & 1 deletion w3af/plugins/crawl/url_fuzzer.py
Expand Up @@ -344,7 +344,7 @@ def set_options(self, options_list):
This method sets all the options that are configured using the user interface
generated by the framework using the result of get_options().
:param OptionList: A dictionary with the options for the plugin.
:param options_list: A dictionary with the options for the plugin.
:return: No value is returned.
"""
self._fuzz_images = options_list['fuzz_images'].get_value()
Expand Down
2 changes: 1 addition & 1 deletion w3af/plugins/infrastructure/shared_hosting.py
Expand Up @@ -162,7 +162,7 @@ def set_options(self, options_list):
This method sets all the options that are configured using the user interface
generated by the framework using the result of get_options().
:param OptionList: A dictionary with the options for the plugin.
:param options_list: A dictionary with the options for the plugin.
:return: No value is returned.
"""
self._result_limit = options_list['result_limit'].get_value()
Expand Down

0 comments on commit d05a876

Please sign in to comment.