Skip to content

Commit 460d3b6

Browse files
committed
docs: fix typo
1 parent 0fa4037 commit 460d3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/circuit_eval.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Gradients are computed in the usual fashion.
111111

112112
The :code:`inputs` tensor must contain a weight for each positive literal.
113113
The weights of the negative literals follow from those.
114-
For example for the :code:`reals` semiring: if :code:`x` is the weight of literal :code:`l`,
114+
For example for the :code:`real` semiring: if :code:`x` is the weight of literal :code:`l`,
115115
then :code:`1 - x` is the weight of the negative literal :code:`-l`.
116116
To use other weights, you must provide a separate tensor containing a weight for each negative literal.
117117

0 commit comments

Comments
 (0)