Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixing INPUT:: to INPUT: in hilbert.pyx.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Sep 18, 2018
1 parent 7b2ed50 commit 5637e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/hilbert.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def hilbert_poincare_series(I, grading=None):
r"""
Return the Hilbert Poincaré series of the given monomial ideal.
INPUT::
INPUT:
- ``I`` -- a monomial ideal (possibly defined in Singular)
- ``grading`` -- (optional) a tuple of degree weights
Expand Down

0 comments on commit 5637e07

Please sign in to comment.