Skip to content

Commit

Permalink
Add missing punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Sep 26, 2024
1 parent 47fb1ee commit 3f33d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/eip7594/polynomial-commitments-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def add_polynomialcoeff(a: PolynomialCoeff, b: PolynomialCoeff) -> PolynomialCoe
```python
def neg_polynomialcoeff(a: PolynomialCoeff) -> PolynomialCoeff:
"""
Negative of coefficient form polynomial ``a``
Negative of coefficient form polynomial ``a``.
"""
return PolynomialCoeff([-x for x in a])
```
Expand Down

0 comments on commit 3f33d5a

Please sign in to comment.