Skip to content

Commit beec9cd

Browse files
Fix formatting issue in README.md
1 parent e893668 commit beec9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# graphconstructor
1010
Fast, NumPy/SciPy-centric tools to **build and refine large sparse graphs from distances/similarities**.
1111
Use one of the provided **importers** to *get* a first graph from a distance/similarity array, kNN results, or ANN indices.
12-
This will usually be followed by a custom combination of one or multiple **operators** that will transform the graph, typically in the form of *sparsification* (also termed *backboning* or *pruning*).
12+
This will usually be followed by a custom combination of one or multiple **operators** that will transform the graph, typically in the form of *sparsification* (also termed *backboning* or *pruning*)....
1313

1414
`graphconstructor` further provides
1515
* Optional exporters to **NetworkX** / **python-igraph** for using their powerful graph analysis and layouting methods!

0 commit comments

Comments
 (0)