Skip to content

Commit

Permalink
missing 'a'
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Apr 29, 2024
1 parent 859dbe4 commit 6038fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/seguid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
The SEGUID functions return a single string, if form is either ``"long"`` or ``"short"``. If form
is ``"both"``, then a tuple of two strings is returned, where the first component holds the ``"short"``
checksum and the second the ``"long"`` checksum. The long checksum, without the prefix, is string with 27
checksum and the second the ``"long"`` checksum. The long checksum, without the prefix, is a string with 27
characters. The short checksum, without the prefix, is the first six characters of the long checksum.
All long checksums are prefixed with a label indicating which SEGUID method was used. Except for ``seguid()``,
which uses Base64 encoding, all functions produce checksums using the Base64url encoding
Expand Down

0 comments on commit 6038fe9

Please sign in to comment.