mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
docs: fix spelling (#1117)
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
This commit is contained in:
@@ -120,7 +120,7 @@ def find_roots_inner(p, a):
|
||||
return []
|
||||
elif len(p) == 2:
|
||||
return [p[0]]
|
||||
# Otherwise, split p in left*right using paramater a_vals[0].
|
||||
# Otherwise, split p in left*right using parameter a_vals[0].
|
||||
t = poly_monic(poly_trace(p, a))
|
||||
left = poly_gcd(list(p), t)
|
||||
right = poly_divmod(list(left), p)
|
||||
|
||||
Reference in New Issue
Block a user