From d05a87672ea16d0a3ef7bbacb3f957421a69a81d Mon Sep 17 00:00:00 2001 From: Andres Riancho Date: Mon, 8 Oct 2018 15:35:09 -0300 Subject: [PATCH] Cosmetic --- w3af/plugins/crawl/archive_dot_org.py | 2 +- w3af/plugins/crawl/digit_sum.py | 2 +- w3af/plugins/crawl/url_fuzzer.py | 2 +- w3af/plugins/infrastructure/shared_hosting.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/w3af/plugins/crawl/archive_dot_org.py b/w3af/plugins/crawl/archive_dot_org.py index 4dde304c0e..0a2f0338e0 100644 --- a/w3af/plugins/crawl/archive_dot_org.py +++ b/w3af/plugins/crawl/archive_dot_org.py @@ -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() diff --git a/w3af/plugins/crawl/digit_sum.py b/w3af/plugins/crawl/digit_sum.py index 5207caad83..38449a07a4 100644 --- a/w3af/plugins/crawl/digit_sum.py +++ b/w3af/plugins/crawl/digit_sum.py @@ -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() diff --git a/w3af/plugins/crawl/url_fuzzer.py b/w3af/plugins/crawl/url_fuzzer.py index 51304d0e17..ab16447cbd 100644 --- a/w3af/plugins/crawl/url_fuzzer.py +++ b/w3af/plugins/crawl/url_fuzzer.py @@ -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() diff --git a/w3af/plugins/infrastructure/shared_hosting.py b/w3af/plugins/infrastructure/shared_hosting.py index a44a773a97..8975423d15 100644 --- a/w3af/plugins/infrastructure/shared_hosting.py +++ b/w3af/plugins/infrastructure/shared_hosting.py @@ -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()