Skip to content

Commit

Permalink
Merge pull request #1 from palewire/patch-1
Browse files Browse the repository at this point in the history
Corrected small typo in the README
  • Loading branch information
jperezlatimes authored Sep 5, 2017
2 parents c06cca5 + 5b2f8fa commit 01e973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ import re
from random import randint
from tyranobot import TyranoBot

class MyBot(TroncBot):
class MyBot(TyranoBot):

def __init__(self, bot_data, *args, **kwargs):
# Call TroncBot's initialization function
Expand Down

0 comments on commit 01e973b

Please sign in to comment.