Compare commits

..

No commits in common. "master" and "v0.2.0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'wuttjamaican': ('https://docs.wuttaproject.org/wuttjamaican/', None),
'wuttjamaican': ('https://rattailproject.org/docs/wuttjamaican/', None),
}

View file

@ -255,7 +255,7 @@ def file_import_command_template(
exists=True, file_okay=True, dir_okay=True,
help="Path to input file(s). Can be a folder "
"if app logic can guess the filename(s); "
"otherwise must be complete file path.")] = None,
"otherwise must be complete file path.")] = ...,
):
"""