From 0ccad0b31d62e574313ac3469caa26acdef1a9ec Mon Sep 17 00:00:00 2001 From: nickdgardner <36652026+nickdgardner@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:10:06 -0800 Subject: [PATCH] Fix typo. --- doc/stim.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stim.pyi b/doc/stim.pyi index 32d471208..941582719 100644 --- a/doc/stim.pyi +++ b/doc/stim.pyi @@ -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: