summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer McIntyre <zeroSteiner@gmail.com>2016-06-10 12:35:18 -0400
committerSpencer McIntyre <zeroSteiner@gmail.com>2016-06-10 12:35:18 -0400
commit4d59e517447466078463fb5d814e6948f65e3ab3 (patch)
treef24c89b42cfb57d8321650c35308dcab3415247e
parentbe2b0afd99fd43febc58df3b39212e992f631d00 (diff)
parent2b105fa5f87e689046305abc51dc305087522d29 (diff)
downloadpluginbase-4d59e517447466078463fb5d814e6948f65e3ab3.tar.gz
Land #1, fix a minor typo in docs/index.rst
-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