Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 19, 2023
1 parent 54960f8 commit 0ac7ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/silx/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
of this modules to ensure access across different distribution schemes:
- Installing from source or from wheel
- Installing package as a zip (through the use of pkg_resources)
- Installing package as a zip
- Linux packaging willing to install data files (and doc files) in
alternative folders. In this case, this file must be patched.
- Frozen fat binary application using silx (frozen with cx_Freeze or py2app).
Expand Down Expand Up @@ -132,7 +132,7 @@ def register_resource_directory(name, package_name, forced_path=None):
:param str package_name: Python name of the package containing resources.
For example "silx.resources".
:param str forced_path: Path containing the resources. If specified
`pkg_resources` nor `package_name` will be used
neither `importlib` nor `package_name` will be used
For example "silx.resources".
:raises ValueError: If the resource directory name already exists.
"""
Expand Down

0 comments on commit 0ac7ee7

Please sign in to comment.