Skip to content
Snippets Groups Projects
Verified Commit d788ef1c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.model.identifiers: Fix typo in snapshot_identifier docstring

parent a06122e9
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ def snapshot_identifier(snapshot, *, ignore_unresolved=False):
- the branch name (as raw bytes)
- a null byte (``\\x00``)
- the length of the target identifier, as an ascii-encoded decimal number
(``20`` for current intrinisic identifiers, ``0`` for dangling
(``20`` for current intrinsic identifiers, ``0`` for dangling
branches, the length of the target branch name for branch aliases)
- a colon (``:``)
- the identifier of the target object pointed at by the branch,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment