Skip to content
  • Leo P. Singer's avatar
    Strip usage string of leading and trailing whitespace · ea41faee
    Leo P. Singer authored
    It is a common enough to have docstrings that look like this:
    """
    Documentation for this script
    """
    We don't need the extra leading and trailing newlines in the --help
    output.
    Original: bdf4c99911aff383c47c532916fba6cd28446daf
    ea41faee