Skip to content

Commit

Permalink
fixed typos (UsergeTeam#229)
Browse files Browse the repository at this point in the history
* Update pathlib.py

* Update system.py
  • Loading branch information
Guru-25 authored Jan 7, 2021
1 parent 7d452a1 commit 7fcee77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion userge/plugins/misc/pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ async def zip_(message: Message) -> None:
'header': "Tar file / folder",
'usage': "{tr}tar [file path | folder path]"})
async def tar_(message: Message) -> None:
""" tar fils """
""" tar files """
await _pack_helper(message, True)


Expand Down
2 changes: 1 addition & 1 deletion userge/plugins/tools/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def delvar_(message: Message) -> None:
@userge.on_cmd("getvar", about={
'header': "get var in heroku",
'usage': "{tr}getvar [var_name]",
'examples': "{tr}getvar WORKERS 4"})
'examples': "{tr}getvar WORKERS"})
async def getvar_(message: Message) -> None:
""" get var (heroku) """
if not Config.HEROKU_APP:
Expand Down

0 comments on commit 7fcee77

Please sign in to comment.