From 19c85d57a2fd38d75fa3b67ed2d0a38e5a147cf0 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 3 Jan 2010 17:42:43 -0200 Subject: [PATCH] More doc fixes --- mitterlib/network/networkbase.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mitterlib/network/networkbase.py b/mitterlib/network/networkbase.py index e600f00..bc7baee 100644 --- a/mitterlib/network/networkbase.py +++ b/mitterlib/network/networkbase.py @@ -107,7 +107,7 @@ class MessageTooLongWarning(NetworkWarning): class NetworkData(object): """Provides an uniform way to access information about posts. The - following fields should appear[*]_ [*]_: + following fields should appear [*]_ [*]_: **id** The message identification. *Optional* @@ -149,12 +149,12 @@ class NetworkData(object): **network** The network id source of the message. Network classes don't need to worry about this field themselves; :class:`Networks` will set it when - merging information from all networks. *Networks should **NEVER** fill + merging information from all networks. *Networks should NEVER fill this field* .. [*] Not all fields need to be filled if that would require more than one network call. - .. [*] Most networks need to be ready for some fields to not be filled. + .. [*] Interfaces should be aware that optional fields may not be filled. """ def __init__(self):