Skip to content

Commit 4dd6cd6

Browse files
Merge pull request #6 from ColibrITD-SAS/dev
Docstring + Version scheme
2 parents 7a31b7f + da5f72a commit 4dd6cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpqp/execution/providers_execution/ibm_execution.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
@typechecked
4343
def run_ibm(job: Job) -> Result:
4444
"""
45-
Execute the job on the right IBM Q device precised in the job in parameter.
45+
Executes the job on the right IBM Q device precised in the job in parameter.
4646
This function is not meant to be used directly, please use ``runner.run(...)`` instead.
4747
4848
Args:
@@ -405,7 +405,7 @@ def extract_result(
405405
@typechecked
406406
def get_result_from_ibm_job_id(job_id: str) -> Result:
407407
"""
408-
Retrieve from IBM remote platform and parse the result of the job_id given in parameter.
408+
Retrieves from IBM remote platform and parse the result of the job_id given in parameter.
409409
If the job is still running, we wait (blocking) until it is DONE.
410410
411411
Args:

0 commit comments

Comments
 (0)