From 7c993b12fcbcfc7501ea9e9a921295db839c7fa6 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:19:31 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20documentation=20linting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bbpkg/generator.py | 2 ++ builder/bbpkg/symlinks.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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]