Skip to content

Commit

Permalink
Fix typo in mixins
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <[email protected]>
  • Loading branch information
roaldnefs committed Dec 29, 2020
1 parent 0fb6f58 commit 2619e52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion transip/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
# along with python-transip. If not, see <https://www.gnu.org/licenses/>.

from typing import Optional, List, Type

from transip.base import ApiObject


class ListMixin:
"""Retrive a list of ApiObjects.
"""Retrieve a list of ApiObjects.
Derived class must define ``_resp_list_attr``.
Expand Down

0 comments on commit 2619e52

Please sign in to comment.