Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation #4

Open
zhammer opened this issue Feb 24, 2018 · 2 comments
Open

Update documentation #4

zhammer opened this issue Feb 24, 2018 · 2 comments

Comments

@zhammer
Copy link
Owner

zhammer commented Feb 24, 2018

"""Extract all lines in an iterable of tmux config lines that are help key bindings and return

In:

def extract_help_bindings(tmux_conf_lines):
    """Extract all lines in an iterable of tmux config lines that are help key bindings and return
    them as a list of HelpBinding namedtuples."""

Switch to:

def extract_help_bindings(tmux_conf_lines):
    """Extract all lines that are help key bindings in an iterable of tmux config lines and return
    them as a list of HelpBinding namedtuples."""
@zhammer
Copy link
Owner Author

zhammer commented Feb 24, 2018

Also:

"""Sort a list of help bindings alphabetically by key."""

s/of help bindings/ of HelpBinding namedtuples/

@zhammer
Copy link
Owner Author

zhammer commented Feb 24, 2018

Either add module docstring or docstring to main() function

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

No branches or pull requests

1 participant