summaryrefslogtreecommitdiff
path: root/src/lxml/tests
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-06-25 04:49:21 +1000
committerStefan Behnel <stefan_ml@behnel.de>2019-06-24 20:49:21 +0200
commit6beef451a6690796d13fc3d2a19321434b880d16 (patch)
treeaa470a1eb60fed9482dd6fa33234b72097b6e670 /src/lxml/tests
parent886b76b9139cee128e78ea2e5add5b76a9da2a23 (diff)
downloadpython-lxml-6beef451a6690796d13fc3d2a19321434b880d16.tar.gz
Fix typos (GH-282)
Diffstat (limited to 'src/lxml/tests')
-rw-r--r--src/lxml/tests/test_xmlschema.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lxml/tests/test_xmlschema.py b/src/lxml/tests/test_xmlschema.py
index 434ba91b..c3edf165 100644
--- a/src/lxml/tests/test_xmlschema.py
+++ b/src/lxml/tests/test_xmlschema.py
@@ -66,7 +66,7 @@ class ETreeXMLSchemaTestCase(HelperTestCase):
def test_xmlschema_error_log_path(self):
"""We don't have a guarantee that there will always be a path
- for a _LogEntry object (or even a node for which to determina
+ for a _LogEntry object (or even a node for which to determine
a path), but at least when this test was created schema validation
errors always got a node and an XPath value. If that ever changes,
we can modify this test to something like:
@@ -412,7 +412,7 @@ class ETreeXMLSchemaResolversTestCase(HelperTestCase):
<xsd:complexType name="AType">
<xsd:sequence><xsd:element name="b" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /></xsd:sequence>
</xsd:complexType>
-</xsd:schema>"""
+</xsd:schema>"""
class simple_resolver(etree.Resolver):
def __init__(self, schema):