Skip to content

Commit c7cbd47

Browse files
authored
models: fix docstring (#843)
1 parent 80aef76 commit c7cbd47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pynamodb/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,6 @@ def _serialize_value(cls, attr, value):
11351135
11361136
:param attr: an instance of `Attribute` for serialization
11371137
:param value: a value to be serialized
1138-
:param null_check: If True, then attributes are checked for null
11391138
"""
11401139
serialized = attr.serialize(value)
11411140

0 commit comments

Comments
 (0)