Skip to content

Commit e3d3aff

Browse files
authored
Apply suggestion from @renatomello
1 parent 585a2e7 commit e3d3aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qibo/hamiltonians/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def Z(
6464
dense (bool, optional): If ``True`` it creates the Hamiltonian as a
6565
:class:`qibo.core.hamiltonians.Hamiltonian`, otherwise it creates
6666
a :class:`qibo.core.hamiltonians.SymbolicHamiltonian`.
67-
backend (:class:`qibo.backends.abstract.Backend`, optional): backend to be used
67+
backend (:class:`qibo.backends.abstract.Backend`, optional): backend to be used
6868
in the execution. If ``None``, it uses the current backend.
6969
Defaults to ``None``.
7070
"""

0 commit comments

Comments
 (0)