Skip to content

Commit 644ba19

Browse files
author
Marco Sulla
authored
Update README.md
1 parent 2943494 commit 644ba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If key is already in `frozendict`, the object itself is returned unchanged. Othe
4444

4545
### `key([index])`
4646

47-
It returns a the key at the specified index (determined by the insertion order). If index is not passed, it defaults to 0. If the index is negative, the position will be the size of the `frozendict` + index
47+
It returns the key at the specified index (determined by the insertion order). If index is not passed, it defaults to 0. If the index is negative, the position will be the size of the `frozendict` + index
4848

4949
### `value([index])`
5050
Same as `key(index)`, but it returns the value at the given index.

0 commit comments

Comments
 (0)