mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fixed typo
This commit is contained in:
parent
fef6284368
commit
7b52fd467b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from slpkg.configs import Configs
|
|||
|
||||
|
||||
class Wget:
|
||||
""" Wget donwloader. """
|
||||
""" Wget downloader. """
|
||||
|
||||
def __init__(self):
|
||||
self.wget_options: str = Configs.wget_options
|
||||
|
|
Loading…
Reference in a new issue