Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change some returns to return #28861

Closed
fchapoton opened this issue Dec 9, 2019 · 6 comments
Closed

change some returns to return #28861

fchapoton opened this issue Dec 9, 2019 · 6 comments

Comments

@fchapoton
Copy link
Contributor

Component: documentation

Author: Frédéric Chapoton

Branch/Commit: 04f106a

Reviewer: André Apitzsch

Issue created by migration from https://trac.sagemath.org/ticket/28861

@fchapoton fchapoton added this to the sage-9.0 milestone Dec 9, 2019
@a-andre
Copy link

a-andre commented Dec 9, 2019

comment:2
@@ -1397,7 +1397,7 @@ class OEISSequence(SageObject, UniqueRepresentation):
 
     def __iter__(self):
         r"""
-        Iterates over the first terms of ``self``, and raises an error if
+        Iterate over the first terms of ``self``, and raises an error if
         those first terms are exhausted and the real associated sequence
         still have terms to produce.

raises -> raise

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 10, 2019

Changed commit from 1da26c0 to 04f106a

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 10, 2019

Branch pushed to git repo; I updated commit sha1. New commits:

04f106atrac 28861 fix one raises to raise

@fchapoton
Copy link
Contributor Author

comment:4

thx,done

@a-andre
Copy link

a-andre commented Dec 10, 2019

Reviewer: André Apitzsch

@vbraun
Copy link
Member

vbraun commented Dec 16, 2019

Changed branch from u/chapoton/Returns_tgv to 04f106a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants