Skip to content

Commit da4a134

Browse files
committed
Fix typos in docs
1 parent 3da2b07 commit da4a134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Crypto/PublicKey/ECC.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ class EccKey(object):
6464
:ivar curve: The **canonical** name of the curve as defined in the `ECC table`_.
6565
:vartype curve: string
6666
67-
:ivar pointQ: an ECC point representating the public component.
67+
:ivar pointQ: an ECC point representing the public component.
6868
:vartype pointQ: :class:`EccPoint` or :class:`EccXPoint`
6969
7070
:ivar d: A scalar that represents the private component
7171
in NIST P curves. It is smaller than the
7272
order of the generator point.
7373
:vartype d: integer
7474
75-
:ivar seed: A seed that representats the private component
75+
:ivar seed: A seed that represents the private component
7676
in Ed22519 (32 bytes), Curve25519 (32 bytes),
7777
Curve448 (56 bytes), Ed448 (57 bytes).
7878
:vartype seed: bytes

0 commit comments

Comments
 (0)