On 2017-05-17 17:00, Jeroen Demeyer wrote: > def is_sublattice(self, other): > """ > Return ``True`` if this lattice is contained > in the other lattice. > """ > > In this case, it would be better to refer to ``self`` and ``other``.
I find this perfectly fine. I personally would write "Return whether this lattice is contained in the other lattice", but I do not find any need to include ``self`` in the one-line description. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
