Skip to content

Commit 2ce064b

Browse files
committed
fix docstring
1 parent 57399a4 commit 2ce064b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def assert_collection_graphs_equal(
263263
cls, lhs: ConjunctiveGraph, rhs: ConjunctiveGraph
264264
) -> None:
265265
"""
266-
Assert that all graphs in provides collections are equal,
266+
Assert that all graphs in the provided collections are equal,
267267
comparing named graphs with identically named graphs.
268268
"""
269269
cls.assert_triple_sets_equals(lhs.default_context, rhs.default_context)

0 commit comments

Comments
 (0)