From 1e6cc0394666ae95e9521f1016d07d56a3ed43a5 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 21 Sep 2021 21:40:13 +0100 Subject: [Lint] Fix spelling mistakes A quick fix of some of the mistakes caught by codespell. Updated readme with new IRC server Useful to add it as part of linting checks. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 450e802aa..267e562af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -255,7 +255,7 @@ MOCK_MODULES = ['deluge._libtorrent', 'xdg', 'xdg.BaseDirectory'] for mod_name in MOCK_MODULES: sys.modules[mod_name] = Mock() -# Must add these for autodoc to import packages successully +# Must add these for autodoc to import packages successfully builtins.__dict__['_'] = lambda x: x builtins.__dict__['_n'] = lambda s, p, n: s if n == 1 else p -- cgit