You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
fix docstring formatting everywhere
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user