Fix style to Keyword Args

This commit is contained in:
Griatch 2020-10-12 21:13:06 +02:00
parent fcb6f19287
commit b449ebe3d4
55 changed files with 157 additions and 157 deletions

View file

@ -1103,7 +1103,7 @@ class AttributeHandler:
- `(key, value, category, lockstring)`
- `(key, value, category, lockstring, default_access)`
Keyword args:
Keyword Args:
strattr (bool): If `True`, value must be a string. This
will save the value without pickling which is less
flexible but faster to search (not often used except