Skip to content

Commit ea0e134

Browse files
authored
Update README.md
1 parent fe2085a commit ea0e134

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

less_than/max_steps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Type hinting `builtin.max()`
22

3-
```
3+
```python
44
>>> max(3.1416, 2.1783)
55
3.1416
66
>>> max(5, 8)
@@ -16,4 +16,4 @@ Fraction(5, 8)
1616
{10, 11, 12}
1717
>>> max('beta', 'alpha', key=len)
1818
'alpha'
19-
```
19+
```

0 commit comments

Comments
 (0)