forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-36140: python-style loops in
partn_ref.data_structures
(…
…partial) + some pep8 This converts some loops to the python style. Plus a few pep8 details fixed ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: sagemath#36140 Reported by: Frédéric Chapoton Reviewer(s):
- Loading branch information
Showing
4 changed files
with
66 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=15c6dc9764f4e9dfc526e7131483989b8ea72430 | ||
md5=c46a0fd95ab6860f6d7185ca467b1df2 | ||
cksum=427186534 | ||
sha1=22e2365f4c9358bf01fd843d9c03da5f78aba21b | ||
md5=9b00af3148327c09bbdf0c00ac774a8d | ||
cksum=277459113 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
aa220c4a1e34607d75d86b5abe022bd0c0358644 | ||
50f273e794c266ef55d38a1d64d300f1eee17ac4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.