Skip to content

Commit 72399c0

Browse files
committed
Fix
1 parent aa2b8dc commit 72399c0

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
@@ -19,7 +19,7 @@ pip install hexlet-pairs
1919
pairs.is_pair(p) # True
2020
pairs.car(p) # 42
2121
pairs.cdr(p) # 'foo'
22-
print(pairs.to_string(p)) # (42, 'foo')
22+
print(pairs.to_string(p)) # cons(42, 'foo')
2323

2424
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://ru.hexlet.io/pages/about)
2525

0 commit comments

Comments
 (0)