📚 documentation linting

This commit is contained in:
ful1e5 2021-03-24 17:19:31 +05:30
parent 28614dfc25
commit 7c993b12fc
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ from clickgen.packagers import WindowsPackager, XPackager
class Info(NamedTuple): class Info(NamedTuple):
"""Important cursor package's information field"""
name: str name: str
comment: str comment: str

View file

@ -9,7 +9,7 @@ from clickgen.util import chdir
def add_missing_xcursor(directory: Union[str, Path]) -> None: def add_missing_xcursor(directory: Union[str, Path]) -> None:
"""Add missing `XCursor` to the Unix cursor package. """Add missing `XCursor` to the UNIX cursor package.
:param directory: directory where XCursors are available. :param directory: directory where XCursors are available.
:type directory: Union[str, Path] :type directory: Union[str, Path]