Skip to content

Commit 834d52f

Browse files
authored
Use more Pythonic terminology here
"Hash" in the Python world implies a cryptographic hash, or possibly a checksum. Here, I believe "hash" is being used to mean "hash map", which would be more commonly known in Python as a dictionary, or dict for short.
1 parent e71a521 commit 834d52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution/middleware.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Middlewares ``resolve`` is invoked with several arguments:
1919
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
2020
- ``root`` is the root value object passed throughout the query.
2121
- ``info`` is the resolver info.
22-
- ``args`` is the hash of arguments passed to the field.
22+
- ``args`` is the dict of arguments passed to the field.
2323

2424
Example
2525
-------

0 commit comments

Comments
 (0)