Skip to content

Commit

Permalink
Fix blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Jan 5, 2024
1 parent 676b660 commit b20cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/parametertable.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def get_names(self):

def parameter_from_name(self, name: str, default: typing.Any = None):
"""Get a :class:`.Parameter` with references in this table by its string name.
If the parameter is not present, return the ``default`` value.
Args:
Expand Down

0 comments on commit b20cc79

Please sign in to comment.