mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
deleted stray comma
This commit is contained in:
+1
-1
@@ -676,7 +676,7 @@ FAILED (failures=2)</samp></pre>
|
||||
<pre class='nd screen'>
|
||||
<samp class=p>>>> </samp><kbd class=pp>import roman5</kbd>
|
||||
<samp class=p>>>> </samp><kbd class=pp>roman5.from_roman('MCMLXXII')</kbd>
|
||||
<samp class=pp>found M , of length 1, adding 1000
|
||||
<samp class=pp>found M of length 1, adding 1000
|
||||
found CM of length 2, adding 900
|
||||
found L of length 1, adding 50
|
||||
found X of length 1, adding 10
|
||||
|
||||
Reference in New Issue
Block a user