summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fievet <zyegfryed@gmail.com>2014-07-05 11:54:12 +0200
committerSébastien Fievet <zyegfryed@gmail.com>2014-07-05 11:54:12 +0200
commit2b105fa5f87e689046305abc51dc305087522d29 (patch)
tree0f93665663326a383b569170601ae02ceac9af3c
parent4eb4bbe214bd9650fd20cbf3672cdb9765762982 (diff)
downloadpluginbase-2b105fa5f87e689046305abc51dc305087522d29.tar.gz
Typo :)
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c3c30b5..b2de86b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -83,7 +83,7 @@ Q: Do plugins pollute ``sys.modules``?
Q: How does PluginBase deal with different versions of the same plugin?
- Each plugin source works indepdenently of each other. The way this
+ Each plugin source works independently of each other. The way this
works is by internally translating the module name. By default that
module name is a random number but it can also be forced to a hash of
a specific value to make it stable across restarts which allows