Skip to content

Commit 073a08d

Browse files
committed
#6 - Point out that passing untyped dicts is very Java-like
1 parent f825319 commit 073a08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def create_menu(title, body, button_text, cancellable):
247247
pass
248248
```
249249

250-
**Good**:
250+
**Java-esque**:
251251
```python
252252
class Menu:
253253
def __init__(self, config: dict):

0 commit comments

Comments
 (0)