We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57399a4 commit 2ce064bCopy full SHA for 2ce064b
test/utils/__init__.py
@@ -263,7 +263,7 @@ def assert_collection_graphs_equal(
263
cls, lhs: ConjunctiveGraph, rhs: ConjunctiveGraph
264
) -> None:
265
"""
266
- Assert that all graphs in provides collections are equal,
+ Assert that all graphs in the provided collections are equal,
267
comparing named graphs with identically named graphs.
268
269
cls.assert_triple_sets_equals(lhs.default_context, rhs.default_context)
0 commit comments