mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 19:46:57 -04:00
📚 documentation linting
This commit is contained in:
parent
28614dfc25
commit
7c993b12fc
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ from clickgen.packagers import WindowsPackager, XPackager
|
|||
|
||||
|
||||
class Info(NamedTuple):
|
||||
"""Important cursor package's information field"""
|
||||
|
||||
name: str
|
||||
comment: str
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue