Skip to content

Commit fbc51b6

Browse files
committed
Minor edit
1 parent baf63b8 commit fbc51b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/submission/ir/task_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class TaskProbabilities(BaseModel):
8888
def simulate_task_results(self, shots: int = 1) -> "QuEraTaskResults":
8989
"""Simulate the task results as probabilties.
9090
91-
Arguments:
91+
Args:
9292
shots (int): Number of shots, Defaults to 1
9393
"""
9494
bit_strings, probabilities = zip(*self.probabilities)

0 commit comments

Comments
 (0)