Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[doc] Fix a typo in the graphlib docs
  • Loading branch information
mariosasko committed Aug 31, 2020
commit 81aa0934ebe1cbea949bade1a500523c2d568ee4
2 changes: 1 addition & 1 deletion Doc/library/graphlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
if ts.is_active():
...

if possible to simply do::
it is possible to simply do::

if ts:
...
Expand Down