diff --git a/xgi/classes/dihypergraph.py b/xgi/classes/dihypergraph.py index 1ac0aeda4..7e3172398 100644 --- a/xgi/classes/dihypergraph.py +++ b/xgi/classes/dihypergraph.py @@ -1,4 +1,7 @@ -"""Base class for directed hypergraphs.""" +"""Base class for directed hypergraphs. + +**This is currently an experimental feature.** +""" from collections.abc import Hashable, Iterable from copy import copy, deepcopy from itertools import count