Skip to content

Commit

Permalink
Revert "Vector2: Add cross-references to the relevant protocols in do…
Browse files Browse the repository at this point in the history
…cstring"

This reverts commit a52160a.
  • Loading branch information
nbraud committed Mar 23, 2019
1 parent cdc00a7 commit 5d31e92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ppb_vector/vector2.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ class Vector2:
:py:class:`Vector2` implements many convenience features, as well as
useful mathematical operations for 2D geometry and linear algebra.
:py:class:`Vector2` implements :py:class:`Sequence
<collections.abc.Sequence>` (and subsequently :py:class:`Iterable
<collections.abc.Iterable>`), allowing usage like converting, indexing, and unpacking:
:py:class:`Vector2` acts as an iterable and a sequence, allowing usage like
converting, indexing, and unpacking:
>>> v = Vector2(-3, -5)
>>> list(v)
Expand Down

0 comments on commit 5d31e92

Please sign in to comment.