summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authortoolCHAINZ <the.gustavo.gustavo@gmail.com>2017-12-14 19:07:25 -0500
committerplafosse <peter@vector35.com>2017-12-14 19:07:25 -0500
commitb64d65be48ba44d9c2b564d88aec15430fd289df (patch)
tree225ce2ef9357bdaeecd6980699202e29c9103862 /python
parentb207c76729df133c7b6fc4bc9f1abb6948ae6438 (diff)
Fix PluginManager Doc Example (#885)
Fix doc string example for add_repository
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py1
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
>>>