summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBioGeek <jeroen.vangoey@gmail.com>2014-12-17 15:00:19 +0000
committerBioGeek <jeroen.vangoey@gmail.com>2014-12-17 15:00:19 +0000
commitcd4d5d64355cabb8dbfa899e73fd5650a8d0eb44 (patch)
treefbe2a58493882f5792f4e06ddeb96bb93a2ab08d
parent1decee1d3e174ec80621b5b13b6d6cc3d5f83293 (diff)
downloadastroid-BioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832.tar.gz
Remove superfluous quotation mark in docstringBioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832
-rw-r--r--astroid/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/manager.py b/astroid/manager.py
index f5f1d79..dde6758 100644
--- a/astroid/manager.py
+++ b/astroid/manager.py
@@ -311,7 +311,7 @@ class AstroidManager(OptionsProviderMixIn):
self.transforms[node_class].remove((transform, predicate))
def register_failed_import_hook(self, hook):
- """"Registers a hook to resolve imports that cannot be found otherwise.
+ """Registers a hook to resolve imports that cannot be found otherwise.
`hook` must be a function that accepts a single argument `modname` which
contains the name of the module or package that could not be imported.