We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7753415 commit d3b9956Copy full SHA for d3b9956
README.md
@@ -22,7 +22,7 @@ pip install hexlet-pairs
22
>>> pairs.cdr(p)
23
'foo'
24
>>> print(pairs.to_string(p))
25
- (42, 'foo')
+ cons(42, 'foo')
26
27
[](https://ru.hexlet.io/pages/about)
28
0 commit comments