summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-11-18 19:48:58 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-11-18 19:48:58 +0000
commit065a5b9d7b2c01ef506484f36fee2352f9505b38 (patch)
treee3031b7f231b6b33b7e1ee7aece860396082ae57
parent1930210584ef1f33c48c30232ced49de636fb304 (diff)
downloaddocutils-065a5b9d7b2c01ef506484f36fee2352f9505b38.tar.gz
Fix: typo in message
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8896 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/parsers/rst/directives/html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/parsers/rst/directives/html.py b/docutils/parsers/rst/directives/html.py
index 8962d8f87..efec7aa34 100644
--- a/docutils/parsers/rst/directives/html.py
+++ b/docutils/parsers/rst/directives/html.py
@@ -1,4 +1,4 @@
-# $Id: html.py 8347 2019-08-26 12:12:02Z milde $
+# $Id$
# Author: David Goodger <goodger@python.org>
# Copyright: This module has been placed in the public domain.
@@ -14,7 +14,7 @@ import warnings
from docutils.parsers.rst.directives.misc import MetaBody, Meta
-warnings.warn('The `docutils.parsers.rst.directive.htmp` module'
+warnings.warn('The `docutils.parsers.rst.directive.html` module'
' will be removed in Docutils 1.2.'
' Since Docutils 0.18, the "Meta" node is defined in'
' `docutils.parsers.rst.directives.misc`.',