diff --git a/builder/bbpkg/generator.py b/builder/bbpkg/generator.py index 3d20f4bb..e2d4ed91 100644 --- a/builder/bbpkg/generator.py +++ b/builder/bbpkg/generator.py @@ -12,6 +12,8 @@ from clickgen.packagers import WindowsPackager, XPackager class Info(NamedTuple): + """Important cursor package's information field""" + name: str comment: str diff --git a/builder/bbpkg/symlinks.py b/builder/bbpkg/symlinks.py index 278028e6..94955007 100644 --- a/builder/bbpkg/symlinks.py +++ b/builder/bbpkg/symlinks.py @@ -9,7 +9,7 @@ from clickgen.util import chdir 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. :type directory: Union[str, Path]