Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Cleanup doc strings #35

Closed
clburlison opened this issue Mar 5, 2018 · 0 comments
Closed

Cleanup doc strings #35

clburlison opened this issue Mar 5, 2018 · 0 comments

Comments

@clburlison
Copy link
Owner

pinpoint was a very early python project of mine and the code is in need of love.

Use Google's style guide https://google.github.io/styleguide/pyguide.html?showone=Comments#Comments

"""
This is an example of Google style.

Args:
    param1: This is the first param.
    param2: This is a second param.

Returns:
    This is a description of what is returned.

Raises:
    KeyError: Raises an exception.

"""
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant