Skip to content

Commit 7f7fa2a

Browse files
committed
aligning 3. in how to use
1 parent 84b3afd commit 7f7fa2a

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
@@ -313,7 +313,7 @@ adjmat = [[0, 1, 2],
313313

314314
my_graph = Builder.adj_matrix(adjmat)
315315
```
316-
3 - Now operate using its built in functions
316+
3. Now operate using its built in functions
317317

318318
```python
319319
my_graph.add_node(edges={0: 1, 5: 0})

0 commit comments

Comments
 (0)