Improved docs

This commit is contained in:
2021-11-02 17:30:10 +01:00
parent c5b1a95661
commit ca086e01d7
13 changed files with 41 additions and 661 deletions

View File

@@ -2,7 +2,7 @@ from iterable import Iterable
class List(Iterable):
r"""Implementation of :class: `cpl_query.Iterable`
r"""Implementation of :class: `cpl_query.extension.Iterable`
"""
def __init__(self, t: type = None, values: list = None):