Improved docs

This commit is contained in:
2021-11-02 17:45:45 +01:00
parent ca086e01d7
commit 58dccea28b
16 changed files with 691 additions and 65 deletions

View File

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