Skip to content

Commit bc6b126

Browse files
committed
Fix broken docstiring test
1 parent a409400 commit bc6b126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/algorithms/covering_edges.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def covering_edges(concept_list, context):
1111
pairs (concept and it's lower neighbor) from ``context`` and ``concept_list``
1212
1313
Example:
14-
>>> from concepts import make_context
15-
>>> from concepts.concepts import ConceptList, Concept
14+
>>> from concepts import make_context, ConceptList
15+
>>> from concepts._common import Concept
1616
1717
>>> context = make_context('''
1818
... |0|1|2|3|4|5|

0 commit comments

Comments
 (0)