From 31499a7490fa0aa75ba26b0816b1488ffc436062 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 22:51:32 +1100 Subject: [PATCH] docs: fix simple typo, resovles -> resolves There is a small typo in doc/sphinx_ext/gen_rst.py. Should read `resolves` rather than `resovles`. --- doc/sphinx_ext/gen_rst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx_ext/gen_rst.py b/doc/sphinx_ext/gen_rst.py index ba8a957..141b4ed 100644 --- a/doc/sphinx_ext/gen_rst.py +++ b/doc/sphinx_ext/gen_rst.py @@ -402,7 +402,7 @@ def get_mapping(self): def identify_names(code): - """Builds a codeobj summary by identifying and resovles used names + """Builds a codeobj summary by identifying and resolves used names >>> code = ''' ... from a.b import c