Skip to content

Commit

Permalink
pep8: Add compliance with rule E261 to bots/define/define.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
adnrs96 authored and timabbott committed May 8, 2017
1 parent c7a0f26 commit acfb7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib_bots/bots/define/define.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_bot_define_response(self, original_content):
# Could not fetch definitions for the given word.
if not definitions:
response += self.REQUEST_ERROR_MESSAGE
else: # Definitions available.
else: # Definitions available.
# Show definitions line by line.
for d in definitions:
example = d['example'] if d['example'] else '*No example available.*'
Expand Down

0 comments on commit acfb7c9

Please sign in to comment.