diff options
| author | Rob van der Linde <rob@catalyst.net.nz> | 2024-01-18 11:33:11 +1300 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2024-02-08 02:48:44 +0000 |
| commit | 05f90fe1e4b9f0ff6d87a0ee87e2f8dc1285db3e (patch) | |
| tree | 83b3ff80c74a8bf8b930142eaf81ccb911b9f948 /python | |
| parent | d6fe66ddeeb99c550fa9a0f1abb845e6daf71f8a (diff) | |
| download | samba-05f90fe1e4b9f0ff6d87a0ee87e2f8dc1285db3e.tar.gz samba-05f90fe1e4b9f0ff6d87a0ee87e2f8dc1285db3e.tar.bz2 samba-05f90fe1e4b9f0ff6d87a0ee87e2f8dc1285db3e.zip | |
netcmd: models: fix docstring was missing param
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/netcmd/domain/models/model.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
