Skip to content

Commit 29169d4

Browse files
shreyas3156ricardoV94
authored andcommitted
Change SequenceDB to EquilibriumDB
1 parent 33deba8 commit 29169d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/extending/graph_rewriting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ An :class:`EquilibriumDB` contains :class:`NodeRewriter` or :class:`RewriteDatab
603603
has a name and an arbitrary number of tags. When a :class:`RewriteDatabaseQuery` is applied to
604604
an :class:`EquilibriumDB`, all :class:`NodeRewriter`\s that match the query are
605605
inserted into an :class:`EquilibriumGraphRewriter`, which is returned. If the
606-
:class:`SequenceDB` contains :class:`RewriteDatabase` instances, the
606+
:class:`EquilibriumDB` contains :class:`RewriteDatabase` instances, the
607607
:class:`RewriteDatabaseQuery` will be passed to them as well and the
608608
:class:`NodeRewriter`\s they return will be put in their places
609609
(note that as of yet no :class:`RewriteDatabase` can produce :class:`NodeRewriter` objects, so this

0 commit comments

Comments
 (0)