Skip to content

Commit d3b9956

Browse files
committed
fix a doctest
1 parent 7753415 commit d3b9956

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
@@ -22,7 +22,7 @@ pip install hexlet-pairs
2222
>>> pairs.cdr(p)
2323
'foo'
2424
>>> print(pairs.to_string(p))
25-
(42, 'foo')
25+
cons(42, 'foo')
2626

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

0 commit comments

Comments
 (0)