Skip to content

Commit 8487280

Browse files
authored
Merge pull request #808 from majafranz/fix-doc-typo
Fix typo in the docstring of Differentiator.differentiate_analytic
2 parents ce93e84 + d2b0103 commit 8487280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tensorflow_quantum/python/differentiators/differentiator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def differentiate_analytic(self, programs, symbol_names, symbol_values,
331331
"""Differentiate a circuit with analytical expectation.
332332
333333
This is called at graph runtime by TensorFlow. `differentiate_analytic`
334-
calls he inheriting differentiator's `get_gradient_circuits` and uses
334+
calls the inheriting differentiator's `get_gradient_circuits` and uses
335335
those components to construct the gradient.
336336
337337
Note: the default implementation does not use `forward_pass_vals`; the

0 commit comments

Comments
 (0)