From b82741b8488a1f8ec6deceb2c6ffb53b498b66b1 Mon Sep 17 00:00:00 2001 From: Evan Slack Date: Sat, 21 Dec 2024 22:42:40 -0500 Subject: [PATCH] comment --- core/src/space.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/space.rs b/core/src/space.rs index 85fee8b..f4b65db 100644 --- a/core/src/space.rs +++ b/core/src/space.rs @@ -20,7 +20,7 @@ use pyo3::pyclass; // 77: next round // 78: select blind // -// We end up with a vector of length 35 where each index +// We end up with a vector of length 79 (so far) where each index // represents a potential action. #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] #[cfg_attr(feature = "python", pyclass(eq))]