summaryrefslogtreecommitdiff
path: root/extras/trainers.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-03-21 15:15:42 -0500
committerBryan Bishop <kanzure@gmail.com>2013-03-21 15:15:42 -0500
commit4332a25bd5f6f80975f762d126e92064c756f7d4 (patch)
tree1d705b796c3e0b0d8d45b94376b6e236a8fd895a /extras/trainers.py
parent1abb020335e89ace4f51e1c81902e9bbe95c6af2 (diff)
fix docstring formatting everywhere
Diffstat (limited to 'extras/trainers.py')
-rw-r--r--extras/trainers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/trainers.py b/extras/trainers.py
index 786454a8b..cf17b9883 100644
--- a/extras/trainers.py
+++ b/extras/trainers.py
@@ -83,7 +83,8 @@ trainer_group_names = {
}
def remove_parentheticals_from_trainer_group_names():
- """ Clean up the trainer group names.
+ """
+ Clean up the trainer group names.
"""
i = 0
for (key, value) in trainer_group_names.items():