Skip to content

Commit d8206e0

Browse files
authored
Merge pull request #2 from astynax/master
A proper "repr" and the missed lock-file
2 parents 16c4522 + d3b9956 commit d8206e0

File tree

4 files changed

+803
-3
lines changed

4 files changed

+803
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install hexlet-pairs
2323
>>> pairs.cdr(p)
2424
'foo'
2525
>>> print(pairs.to_string(p))
26-
(42, 'foo')
26+
cons(42, 'foo')
2727

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

0 commit comments

Comments
 (0)