Fix typo
This commit is contained in:
parent
73432b9060
commit
2753bdee9e
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@
|
||||||
" if _offset is not None:\n",
|
" if _offset is not None:\n",
|
||||||
" count += _offset\n",
|
" count += _offset\n",
|
||||||
"\n",
|
"\n",
|
||||||
" # answer to Q18\n",
|
" # answer to Q13\n",
|
||||||
" hanoi_ordered(..., _offset=_offset)\n",
|
" hanoi_ordered(..., _offset=_offset)\n",
|
||||||
" ...\n",
|
" ...\n",
|
||||||
" hanoi_ordered(..., _offset=count)"
|
" hanoi_ordered(..., _offset=count)"
|
||||||
|
|
Loading…
Reference in a new issue