Skip to content

Commit

Permalink
Merge pull request #36 from avgerin0s/typo-1
Browse files Browse the repository at this point in the history
_radix.c: Fix typo strored -> stored
  • Loading branch information
mjschultz authored Nov 9, 2024
2 parents b3f2649 + 293d197 commit 26adbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radix/_radix.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ socket.inet_ntoa(), etc.\n\
Both IPv4 and IPv6 addresses/networks are supported and may be mixed in\n\
the same tree.\n\
\n\
This method returns a RadixNode object. Arbitrary data may be strored\n\
This method returns a RadixNode object. Arbitrary data may be stored\n\
in the RadixNode.data dict.");

static PyObject *
Expand Down

0 comments on commit 26adbf6

Please sign in to comment.