Skip to content

Commit 9a5e918

Browse files
committed
fix invalid escape sequence in docstring
1 parent a7e66f2 commit 9a5e918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secret_sharing/interpolate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def single_term(points, i):
88
This method computes one term of the sum from the proof of Theorem 2.2.
99
In particular, it computes:
1010
11-
y_i \product_{j=0}^n (x - x_i) / (x_i - x_j)
11+
y_i \\product_{j=0}^n (x - x_i) / (x_i - x_j)
1212
1313
The encapsulating `interpolate` function sums these terms to construct
1414
the final interpolated polynomial.

0 commit comments

Comments
 (0)