#11308: typos in sage.structure.list_clone documentation
-----------------------------+----------------------------------------------
Reporter: hivert | Owner: hivert
Type: defect | Status: needs_work
Priority: trivial | Milestone: sage-4.7.1
Component: documentation | Keywords: doc clone, days30
Work_issues: | Upstream: N/A
Reviewer: | Author: Florent Hivert
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Changes (by mariah):
* status: needs_review => needs_work
Comment:
May I suggest instead of
{{{
190 Finally, if the class implement the ``_hash_`` method then
191 :class:`ClonableElement` ensure that hash value is only
computed on
192 immutable object. It furthermore cache it so that it is only
computed
193 once.
}}}
use
{{{
190 Finally, if the class implements the ``_hash_`` method then
191 :class:`ClonableElement` ensures that hash value is only
computed on an
192 immutable object. It furthermore caches it so that it is only
computed
193 once.
}}}
Suggested changes:
line 190: '''implements'''
line 191: '''ensures''' and '''on an'''
line 192: '''caches'''
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11308#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.