-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Fix docstring markup in sage/modular #34159
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
done and checked New commits:
|
Branch: u/chapoton/34159 |
Commit: |
Author: Frédéric Chapoton |
Changed branch from u/chapoton/34159 to u/klee/34159 |
comment:4
My commit contains diff --git a/src/sage/modular/overconvergent/hecke_series.py b/src/sage/modular/overconvergent/hecke_series.py
index 007b729b25..e4028f8d10 100644
--- a/src/sage/modular/overconvergent/hecke_series.py
+++ b/src/sage/modular/overconvergent/hecke_series.py
@@ -302,11 +302,9 @@ def ech_form(A, p):
INPUT:
- ``A`` -- matrix over ``Zmod(p^m)`` for some m
- - ``p`` - prime p
+ - ``p`` -- prime p
- OUTPUT:
-
- matrix over ``Zmod(p^m)``
+ OUTPUT: matrix over ``Zmod(p^m)``
EXAMPLES:: New commits:
|
comment:5
LGTM. |
Reviewer: Kwankyu Lee |
Changed branch from u/klee/34159 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of #34157:
Component: documentation
Author: Frédéric Chapoton
Branch/Commit:
832de2e
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/34159
The text was updated successfully, but these errors were encountered: