Skip to content

Commit 9ebdb53

Browse files
authored
refactor: lint
1 parent 893c9f6 commit 9ebdb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_sphinx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def builder_inited(app: Sphinx):
110110

111111

112112
def copy_file(src: Path, dst: Path):
113-
"""wrapper of copy_asset_file to handle path"""
113+
"""Wrapper of copy_asset_file to handle path."""
114114
copy_asset_file(str(src.resolve()), str(dst.resolve()))
115115

116116

0 commit comments

Comments
 (0)