diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-07-05 00:13:23 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-07-05 00:13:23 +0900 |
commit | fa9dc7c69878a11f543feb24a40e360f0fa1ecee (patch) | |
tree | 9b7b6ed8cbcd12cf070adc42e24ce7d87c71a88b /sphinx/util/nodes.py | |
parent | 44f4b2ad97bd36f938b1a64462ebb466334c8c80 (diff) | |
parent | e7c2949a872c0654428c6bd1bea29659a65c684e (diff) | |
download | sphinx-git-fa9dc7c69878a11f543feb24a40e360f0fa1ecee.tar.gz |
Merge tag 'v3.1.1'
Diffstat (limited to 'sphinx/util/nodes.py')
-rw-r--r-- | sphinx/util/nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/nodes.py b/sphinx/util/nodes.py index 712db4ef4..e360ffb7f 100644 --- a/sphinx/util/nodes.py +++ b/sphinx/util/nodes.py @@ -27,7 +27,7 @@ if TYPE_CHECKING: from sphinx.builders import Builder from sphinx.domain import IndexEntry from sphinx.environment import BuildEnvironment - from sphinx.utils.tags import Tags + from sphinx.util.tags import Tags logger = logging.getLogger(__name__) |