Skip to content

Commit 27fca2e

Browse files
authored
fixed typo
1 parent 4320043 commit 27fca2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ While this package was meant to be used standalone with `python -m graphwfc` an
3939
*Remarks*:
4040
* Instead of *GL* we use *GLs*, we allow to use more than one graph to extract and apply patterns.
4141
* We use GraphML files for the graphs.
42-
* The API accepts [networkx](https://networkx.github.io/) (DI)Graphs. Don't mix Graphs and DiGraphs.
42+
* The API accepts [networkx](https://networkx.github.io/) (Di)Graphs. Don't mix Graphs and DiGraphs.
4343
* Since this package uses the [networkx](https://networkx.github.io/) implemetation of VF2 to find subgraph isomorphisms, only those of node induced subgraphs are used.
4444
* Undirected Graphs are nearly untested. Since edges are only used to get subgraph isomorphisms this _should_ be fine.
4545

0 commit comments

Comments
 (0)