Merge pull request #18 from h0n3yc4k3/patch-1

Fixed minor typo
This commit is contained in:
Alex Root Junior 2018-02-23 23:14:15 +02:00 committed by GitHub
commit 17f86ec5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ else:
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
VERSION = Version(1, 1, 1, stage=Stage.DEV, build=0)
VERSION = Version(1, 2, stage=Stage.FINAL, build=0)
API_VERSION = Version(3, 6)
__version__ = VERSION.version

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
II this example used ArgumentParser for configuring Your bot.
In this example used ArgumentParser for configuring Your bot.
Provided to start bot with webhook:
python adwanced_executor_example.py \