fix typos

This commit is contained in:
MozirDmitriy
2025-08-11 15:53:36 +03:00
committed by GitHub
parent cf51528de6
commit 2410571c40

View File

@@ -26,7 +26,7 @@ class _binary:
return self ^ other ^ (self & other)
def reveal_to(self, *args, **kwargs):
raise CompilerError(
'%s does not support revealing to indivual players' % type(self))
'%s does not support revealing to individual players' % type(self))
class bits(Tape.Register, _structure, _bit, _binary):
n = 40
@@ -449,7 +449,7 @@ class sbits(bits):
AND: 1
NOT: -4
Instances can be also be initalized from :py:obj:`~Compiler.types.regint`
Instances can be also be initialized from :py:obj:`~Compiler.types.regint`
and :py:obj:`~Compiler.types.sint`.
"""
max_length = 64