Browse Source

More doc fixes

master
Julio Biason 15 years ago
parent
commit
19c85d57a2
  1. 4
      mitterlib/network/networkbase.py

4
mitterlib/network/networkbase.py

@ -149,12 +149,12 @@ class NetworkData(object):
**network** **network**
The network id source of the message. Network classes don't need to The network id source of the message. Network classes don't need to
worry about this field themselves; :class:`Networks` will set it when 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* this field*
.. [*] Not all fields need to be filled if that would require more than .. [*] Not all fields need to be filled if that would require more than
one network call. 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): def __init__(self):

Loading…
Cancel
Save