From 8a1063e8031fe2ff895e737baf328af5476df938 Mon Sep 17 00:00:00 2001 From: Mark Silence Date: Wed, 27 Jan 2016 01:25:03 +0000 Subject: [PATCH] Fix minor typo Corrected spelling of signatures in last line of doc. Change-Id: I55981725ae4b19c915010c5adaf08453ab704060 --- doc/source/dev/code-contribution-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dev/code-contribution-guide.rst b/doc/source/dev/code-contribution-guide.rst index af05a16289..c06a0171ce 100644 --- a/doc/source/dev/code-contribution-guide.rst +++ b/doc/source/dev/code-contribution-guide.rst @@ -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.