Skip to content

Commit

Permalink
docs: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Oct 26, 2021
1 parent a51833d commit 4f12512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nitpick/style/fetchers/pypackage.py
Expand Up @@ -47,8 +47,8 @@ class PythonPackageFetcher(StyleFetcher): # pylint: disable=too-few-public-meth
"""
Fetch a style from a installed python package.
URL scheme: `py:<import_path_of_style_file>:<style_file_name>`
(e.g. `py:some.package.path:nitpick.toml`)
URL scheme: `py://import/path/of/style/file/<style_file_name>`
(e.g. `py://some_package/path/nitpick.toml`)
"""

protocols: Tuple[str, ...] = ("py", "pypackage")
Expand Down

0 comments on commit 4f12512

Please sign in to comment.