Skip to content

Commit d740f42

Browse files
committed
Fix a spell check in Python comment
Signed-off-by: Thien Nguyen <[email protected]>
1 parent 0422071 commit d740f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/mock_qpu/quantinuum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async def create_decoder_config(job: dict):
410410
raise HTTPException(status_code=400,
411411
detail="Invalid base64 encoding") from e
412412

413-
# Check that the config is valid YAML
413+
# Check that the configuration is valid YAML
414414
import yaml
415415
try:
416416
yaml.safe_load(config_str)

0 commit comments

Comments
 (0)