From b9d9fee0472faf519a4b1306825e44194161050a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Pe=C3=B1a=20Tapia?= Date: Thu, 20 Feb 2025 20:49:32 +0100 Subject: [PATCH] Change attributes to args --- qiskit/result/result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/result/result.py b/qiskit/result/result.py index 18a68f6aa65d..c425d2e2cd46 100644 --- a/qiskit/result/result.py +++ b/qiskit/result/result.py @@ -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.