diff options
| author | toolCHAINZ <the.gustavo.gustavo@gmail.com> | 2017-12-14 19:07:25 -0500 |
|---|---|---|
| committer | plafosse <peter@vector35.com> | 2017-12-14 19:07:25 -0500 |
| commit | b64d65be48ba44d9c2b564d88aec15430fd289df (patch) | |
| tree | 225ce2ef9357bdaeecd6980699202e29c9103862 /python/pluginmanager.py | |
| parent | b207c76729df133c7b6fc4bc9f1abb6948ae6438 (diff) | |
Fix PluginManager Doc Example (#885)
Fix doc string example for add_repository
Diffstat (limited to 'python/pluginmanager.py')
| -rw-r--r-- | python/pluginmanager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 6896d699..2f293577 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -382,7 +382,6 @@ class RepositoryManager(object): >>> mgr = RepositoryManager() >>> mgr.add_repository(url="https://github.com/vector35/community-plugins.git", repopath="myrepo", - repomanifest="plugins", localreference="master", remotereference="origin") True >>> |
