Skip to content

Commit

Permalink
fix typo in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Bryant <[email protected]>
  • Loading branch information
MarquessV and Shadow53 authored Mar 25, 2024
1 parent 80853a6 commit 77d1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use pyo3::{
};
use quil_rs::quil::Quil;

/// Converts a pyQuil's Tuple[int, str] to a quil-rs vector of offsets.
/// Converts a pyQuil's `list[tuple[int, str]]` to a quil-rs vector of offsets.
pub(crate) fn py_to_offsets(
value: &Bound<'_, PyAny>,
) -> PyResult<Vec<quil_rs::instruction::Offset>> {
Expand Down

0 comments on commit 77d1157

Please sign in to comment.