Fix a typo in documentation (#339)

This commit is contained in:
user202729 2023-03-27 20:53:43 +07:00 committed by GitHub
parent d71c933cca
commit 477275c030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -702,8 +702,8 @@ May be used on the left-hand side of an assignment if the key is already
present in the dictionary. present in the dictionary.
Fails with an error if the key is not part of the dictionary. Fails with an error if the key is not part of the dictionary.
- index: integer (positional, required) - key: string (positional, required)
The index at which to retrieve the item. The key at which to retrieve the item.
- returns: any - returns: any
### insert() ### insert()