Skip to content

Commit

Permalink
Fix a couple of spelling typos before release (quantumlib#7010)
Browse files Browse the repository at this point in the history
* typo - consider

* typo - replace `if` --> `is`
  • Loading branch information
pavoljuhas authored Jan 31, 2025
1 parent 4a12309 commit 26b1f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cirq-core/cirq/study/sweeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class ZipLongest(Zip):
which uses a fixed fill value.
Raises:
ValueError if an input sweep if completely empty.
ValueError if an input sweep is completely empty.
"""

def __init__(self, *sweeps: Sweep) -> None:
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/rfc_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ a Getting Started guide).
* Transformer for compiling circuits to the supported gates on the
hardware (or use `cirq.optimize_for_target_gateset`)
* ` Sampler` interface for running circuits on the hardware service.
* Conisder also providing a noise model that users can use to simulate the
* Consider also providing a noise model that users can use to simulate the
device if direct access is not available.


0 comments on commit 26b1f46

Please sign in to comment.