Commit 2194ef68 authored by Tres Seaver's avatar Tres Seaver

Avoid a ReST-breaking spelling.

parent ba03274d
...@@ -184,8 +184,9 @@ class IPersistent(Interface): ...@@ -184,8 +184,9 @@ class IPersistent(Interface):
The special value None is reserved to indicate that an object The special value None is reserved to indicate that an object
id has not been assigned. Non-None object ids must be non-empty id has not been assigned. Non-None object ids must be non-empty
strings. The 8-byte string '\0'*8 (8 NUL bytes) is reserved to strings. The 8-byte string consisting of 8 NUL bytes
identify the database root object. ('\x00\x00\x00\x00\x00\x00\x00\x00') is reserved to identify the
database root object.
Once assigned an OID, an object cannot be re-assigned another. Once assigned an OID, an object cannot be re-assigned another.
""") """)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment