Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdgardner authored Feb 7, 2024
1 parent b5686eb commit 0ccad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stim.pyi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Stim (Development Version): a fast quantum stabilizer circuit library."""
# (This a stubs file describing the classes and methods in stim.)
# (This is a stubs file describing the classes and methods in stim.)
from __future__ import annotations
from typing import overload, TYPE_CHECKING, List, Dict, Tuple, Any, Union, Iterable, Optional
if TYPE_CHECKING:
Expand Down

0 comments on commit 0ccad0b

Please sign in to comment.