This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 8aaf43c9a4979031ae275523c2bbe8a63e0d2324 Author: Greg Stein <[email protected]> AuthorDate: Mon Dec 22 23:13:42 2025 -0600 fix typo --- v3/steve/election.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/steve/election.py b/v3/steve/election.py index c2e6d88..2229bad 100644 --- a/v3/steve/election.py +++ b/v3/steve/election.py @@ -169,7 +169,7 @@ class Election: def _all_metadata(self, required_state=None): "INTERNAL ONLY: return all metadata about this Election." - # NOTE: this returns the SALE and OPENED_KEY columns. This + # NOTE: this returns the SALT and OPENED_KEY columns. This # API is not for public use. md = self.q_metadata.first_row(self.eid) if not md:
