Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evanofslack committed Dec 22, 2024
1 parent 36eb4f2 commit b82741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit b82741b

Please sign in to comment.