Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit a15729c

Browse files
committed
cqle: Tighten-up columns class docs with inheritied init
1 parent 2b7d9bc commit a15729c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/cassandra/cqlengine/columns.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ Columns of all types are initialized by passing :class:`.Column` attributes to t
7070

7171
.. autoclass:: Set
7272

73-
.. autoclass:: SmallInt
73+
.. autoclass:: SmallInt(**kwargs)
7474

7575
.. autoclass:: Text
7676

77-
.. autoclass:: Time
77+
.. autoclass:: Time(**kwargs)
7878

7979
.. autoclass:: TimeUUID(**kwargs)
8080

81-
.. autoclass:: TinyInt
81+
.. autoclass:: TinyInt(**kwargs)
8282

8383
.. autoclass:: UserDefinedType
8484

0 commit comments

Comments
 (0)