Fix minor typo

Corrected spelling of signatures in last line of doc.

Change-Id: I55981725ae4b19c915010c5adaf08453ab704060
This commit is contained in:
Mark Silence 2016-01-27 01:25:03 +00:00
parent 22402e4586
commit 8a1063e803
1 changed files with 1 additions and 1 deletions

View File

@ -128,6 +128,6 @@ Object Versions
serialization. So objects should implement their own obj_make_compatible() to
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
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
version bump.