Skip to content

Commit

Permalink
Change attributes to args
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Feb 20, 2025
1 parent b2cbaa4 commit b9d9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/result/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Result:
be used in Qiskit 2.0. It will, however, still be possible to set ``qobj_id`` as a
generic kwarg, which will land in the metadata field with the other generic kwargs.
Attributes:
Args:
backend_name (str): (REQUIRED) backend name.
backend_version (str): (REQUIRED) backend version, in the form X.Y.Z.
qobj_id (str): (REQUIRED) user-generated Qobj id.
Expand Down

0 comments on commit b9d9fee

Please sign in to comment.