Skip to content

Commit

Permalink
Merge pull request #12 from utku-norman/patch-3
Browse files Browse the repository at this point in the history
Update tutorial.rst
  • Loading branch information
GiulioRossetti committed Feb 18, 2018
2 parents 4ea5d65 + 902835b commit 2f9d760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Expand Up @@ -168,6 +168,6 @@ A dynamic network can be also described as stream of interactions, a chronologic
the ``stream_interactions`` method returns a generator that streams the interactions in ``g``, where ``e`` is a 4-tuple ``(u, v, op, t)``

- ``u, v`` are nodes
- ``op`` is a edge creation or deletion event (respectively ``+``, ``.``)
- ``op`` is a edge creation or deletion event (respectively ``+``, ``-``)
- ``t`` is the interactions timestamp

0 comments on commit 2f9d760

Please sign in to comment.