mrshu / brutal-plugins

A set of plugins for brutal, the mighty chatbot
Apache License 2.0
4 stars 2 forks source link

Consolidate docstrings quotation marks in basic.py #78

Closed mrshu closed 9 years ago

mrshu commented 9 years ago

In basic.py there are now two types of quotation marks for docstrings: ''' and """. It is prefered to use """ wherever possible and thus the docstrings in this file should also use just these quotation marks.

JakubNvk commented 9 years ago

@mrshu I took a look at the basic.py and I don't really see any ''' quotation mars.

EDIT: Turns out I don't have my basic.py up-to-date..

mrshu commented 9 years ago

@JakubNvk thanks a ton for doing this!