-
-
Notifications
You must be signed in to change notification settings - Fork 625
some fixes for pycodestyle linter #32279
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
Comments
Commit: |
Branch: u/chapoton/32279 |
comment:2
bot is morally green, and one linter is green (out of 3) about pyflakes warnings from patchbot : one is harmless, the other is serious but should be handled elsewhere please review |
comment:3
That one in |
Reviewer: Travis Scrimshaw |
comment:6
Do you know if this one has been fixed anywhere? diff --git a/src/sage/combinat/posets/poset_examples.py b/src/sage/combinat/posets/poset_examples.py
index 67d9949db1..7913c50f7d 100644
--- a/src/sage/combinat/posets/poset_examples.py
+++ b/src/sage/combinat/posets/poset_examples.py
@@ -155,7 +155,7 @@ class Posets(metaclass=ClasscallMetaclass):
@staticmethod
def BooleanLattice(n, facade=None, use_subsets=False):
- """
+ r"""
Return the Boolean lattice containing `2^n` elements.
- ``n`` -- integer; number of elements will be `2^n` The code as is produces
|
This comment has been minimized.
This comment has been minimized.
Changed branch from u/chapoton/32279 to |
Also
CC: @tscrim @slel @kliem
Component: refactoring
Author: Frédéric Chapoton
Branch/Commit:
e79e59e
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/32279
The text was updated successfully, but these errors were encountered: