From 3aa4afbee7f85d275f58166db0eba844cc6e46be Mon Sep 17 00:00:00 2001 From: Matthew Beach Date: Tue, 26 Sep 2023 13:43:11 +0000 Subject: [PATCH] fix warning box --- demonstrations/getting_started_with_hybrid_jobs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demonstrations/getting_started_with_hybrid_jobs.py b/demonstrations/getting_started_with_hybrid_jobs.py index 1b8b4d6ca8..bbf6d58141 100644 --- a/demonstrations/getting_started_with_hybrid_jobs.py +++ b/demonstrations/getting_started_with_hybrid_jobs.py @@ -330,9 +330,9 @@ def circuit(params): # When there are no other hybrid jobs in the queue ahead of you, and the device is available, the # hybrid job will start running. # -# .. alert:: alert-block alert-warning +# .. warning:: # -# Caution: Running the following cell will only run once the QPU is available. This may take a long +# Running the following cell will only run once the QPU is available. This may take a long # time and will result in usage fees charged to your AWS account. Only uncomment the cell if you # are comfortable with the potential wait-time and costs. We recommend monitoring the Billing & # Cost Management Dashboard on the AWS console. .