Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: fix improper call to set_directed
Problem: there is a typo in the jsongraph Edge code which invokes `is_directed()` instead of `set_directed()`. Fix it.
- Loading branch information