From: Rob van der Linde Date: Wed, 17 Jan 2024 22:33:11 +0000 (+1300) Subject: netcmd: models: fix docstring was missing param X-Git-Tag: tdb-1.4.11~1835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f90fe1e4b9f0ff6d87a0ee87e2f8dc1285db3e;p=thirdparty%2Fsamba.git netcmd: models: fix docstring was missing param Signed-off-by: Rob van der Linde Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/netcmd/domain/models/model.py b/python/samba/netcmd/domain/models/model.py index 602c6ca1248..804e12d49b0 100644 --- a/python/samba/netcmd/domain/models/model.py +++ b/python/samba/netcmd/domain/models/model.py @@ -205,7 +205,7 @@ class Model(metaclass=ModelMeta): def build_expression(cls, **kwargs): """Build LDAP search expression from kwargs. - :kwargs: fields to use for expression using model field names + :param kwargs: fields to use for expression using model field names """ # Take a copy, never modify the original if it can be avoided. # Then always add the object_class to the search criteria.