fix comment typo

release/4.3a0
Varun Agrawal 2024-01-16 15:46:01 -05:00
parent b2e4fa2112
commit 1979f027d5
1 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ class KeyList {
void serialize() const;
// Specual dunder methods for Python wrapping
// Special dunder methods for Python wrapping
__len__();
__contains__(size_t key);
__iter__();
@ -70,7 +70,7 @@ class KeySet {
void serialize() const;
// Specual dunder methods for Python wrapping
// Special dunder methods for Python wrapping
__len__();
__contains__(size_t key);
__iter__();
@ -96,7 +96,7 @@ class KeyVector {
void serialize() const;
// Specual dunder methods for Python wrapping
// Special dunder methods for Python wrapping
__len__();
__contains__(size_t key);
__iter__();