Skip to content

Commit fe20526

Browse files
authored
Update README.md
Fixed typo
1 parent fbc77d4 commit fe20526

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
@@ -104,7 +104,7 @@ set_die_type(new_die_type)
104104
Reading responses
105105
-----------
106106
Each die object has a "result_queue" attribute.
107-
Whenever a response/message is sent to the die, it's resposne code (if it has one) and it's value placed in the result queue as a tuple.
107+
Whenever a response/message is sent to the die, it's response code (if it has one) and it's value placed in the result queue as a tuple.
108108

109109
Example for iterating throught the queue:
110110
```python

0 commit comments

Comments
 (0)