[Freeipa-devel] [PATCH] documentation fix for json_decode_binary

John Dennis jdennis at redhat.com
Tue Mar 2 22:01:07 UTC 2010


This is a multi-part message in MIME format.
--------------1.6.6.1
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit

---
 ipaserver/rpcserver.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


--------------1.6.6.1
Content-Type: text/x-patch; name="0002-documentation-fix-for-json_decode_binary.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0002-documentation-fix-for-json_decode_binary.patch"

diff --git a/ipaserver/rpcserver.py b/ipaserver/rpcserver.py
index 96c4d29..86bdf14 100644
--- a/ipaserver/rpcserver.py
+++ b/ipaserver/rpcserver.py
@@ -278,8 +278,8 @@ def json_decode_binary(val):
     binary value with the decoded binary value. Unlike the encoding problem
     where the input might consist of immutable object, all JSON decoded
     container are mutable so the conversion could be done in place. However we
-    don't modifying objects in place has side effects which may be
-    dangerous. Thus we elect to spend a few more cycles and avoid the
+    don't modify objects in place because that might have side effects which may
+    be dangerous. Thus we elect to spend a few more cycles and avoid the
     possibility of unintended side effects in favor of robustness.
     '''
 

--------------1.6.6.1--





More information about the Freeipa-devel mailing list