Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Inconsistent formatting of docstrings #98

@trickeydan

Description

@trickeydan

In some places we have docstrings in this style:

def automatic_bee_handler(self, species):
    """ Handles the bees automatically """
   species..activate_all_bees()

In other places we have this style of docstring:

def automatic_bee_handler(self, species):
    """
    Handles the bees automatically
    """
   species..activate_all_bees()

It's probably worth being consistent with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions