From fc6083f28ae2821f17ab5697b7461baca1c460df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Mon, 3 Sep 2018 10:05:21 +0200
Subject: [PATCH] Document constuctor for UnitType

---
 docs/types.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/types.rst b/docs/types.rst
index 478ead3..a53e024 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -18,6 +18,7 @@ As explained above, this class is a wrapper around the class
 .. autoclass:: library.UnitType
    :members:
    :undoc-members:
+   :special-members: __init__
 
 UNIT_TYPEID
 -----------
@@ -26,7 +27,6 @@ UNIT_TYPEID
    :members:
    :undoc-members:
 
-
 ABILITY_ID
 ----------
 
-- 
GitLab