Fix missing args in docstring [skip ci] (#872)

Update docstring with new arg
pull/875/head
João 2 years ago committed by GitHub
parent 2a37619028
commit 3e39e0e041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -161,6 +161,9 @@ class Config:
def to_params(self, keys: list = []) -> str:
"""Generates a set of safe params for using in Whoogle URLs
Args:
keys (list) -- optional list of keys of URL parameters
Returns:
str -- a set of URL parameters
"""

Loading…
Cancel
Save