Revision: 638
          http://rpy.svn.sourceforge.net/rpy/?rev=638&view=rev
Author:   lgautier
Date:     2008-08-22 13:50:03 +0000 (Fri, 22 Aug 2008)

Log Message:
-----------
minor edit of docstring

Modified Paths:
--------------
    branches/rpy_nextgen/rpy/rlike/container.py

Modified: branches/rpy_nextgen/rpy/rlike/container.py
===================================================================
--- branches/rpy_nextgen/rpy/rlike/container.py 2008-08-22 13:49:08 UTC (rev 
637)
+++ branches/rpy_nextgen/rpy/rlike/container.py 2008-08-22 13:50:03 UTC (rev 
638)
@@ -7,12 +7,9 @@
 
     This class differs a little from the Ordered Dict
     proposed in PEP 372 by the fact that:
-
-    - not all elements have to be named. None has key value means
+    not all elements have to be named. None as a key value means
     an absence of name for the element.
 
-    - unlike in R, all names are unique.
-
     """
 
     def __init__(self, c=[]):
@@ -291,3 +288,4 @@
         :param t: object (tag)
         """
         self.__tags[i] = t
+


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to