Expanded docstring of at_object_receive to note the possibility.

This commit is contained in:
Griatch 2017-02-04 11:23:15 +01:00
parent 3334d3f078
commit 664ce178b2

View file

@ -1225,6 +1225,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
Args:
moved_obj (Object): The object moved into this one
source_location (Object): Where `moved_object` came from.
Note that this could be `None`.
"""
pass