Fix minor typo
Corrected spelling of signatures in last line of doc. Change-Id: I55981725ae4b19c915010c5adaf08453ab704060
This commit is contained in:
parent
22402e4586
commit
8a1063e803
@ -128,6 +128,6 @@ Object Versions
|
|||||||
serialization. So objects should implement their own obj_make_compatible() to
|
serialization. So objects should implement their own obj_make_compatible() to
|
||||||
remove/alter attributes which was added/changed after the target version.
|
remove/alter attributes which was added/changed after the target version.
|
||||||
- There is a test (object/test_objects.py) to generate the hash of object fields and the
|
- There is a test (object/test_objects.py) to generate the hash of object fields and the
|
||||||
signtures of remotable methods, which helps developers to check if the change of
|
signatures of remotable methods, which helps developers to check if the change of
|
||||||
objects need a version bump. The object fingerprint should only be updated with a
|
objects need a version bump. The object fingerprint should only be updated with a
|
||||||
version bump.
|
version bump.
|
||||||
|
Loading…
Reference in New Issue
Block a user