Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove trailing space
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/utils.py
|
@@ -502,7 +502,7 @@ def reloadPlugin(packageName): |
|
|
|
|
|
def showPluginHelp(packageName: str = None, filename: str = "index", section: str = ""): |
|
|
"""Open help in the user's html browser. The help file should be named index-ll_CC.html or index-ll.html or index.html. |
|
|
|
|
|
|
|
|
:param str packageName: name of package folder, if None it's using the current file package. Defaults to None. Optional. |
|
|
:param str filename: name of file to open. It can be a path like 'doc/index' for example. Defaults to 'index'. |
|
|
:param str section: URL path to open. Defaults to empty string. |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.