summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-05 00:13:23 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-05 00:13:23 +0900
commitfa9dc7c69878a11f543feb24a40e360f0fa1ecee (patch)
tree9b7b6ed8cbcd12cf070adc42e24ce7d87c71a88b /sphinx/util/nodes.py
parent44f4b2ad97bd36f938b1a64462ebb466334c8c80 (diff)
parente7c2949a872c0654428c6bd1bea29659a65c684e (diff)
downloadsphinx-git-fa9dc7c69878a11f543feb24a40e360f0fa1ecee.tar.gz
Merge tag 'v3.1.1'
Diffstat (limited to 'sphinx/util/nodes.py')
-rw-r--r--sphinx/util/nodes.py2
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__)