Removed the fixme

This commit is contained in:
Ashhar Hasan 2015-12-19 02:36:11 +05:30
parent ec6ced98a1
commit aa24c9a173

View File

@ -142,8 +142,7 @@
" compressed_string.append(str(count))\n",
" count = 1\n",
" last_char = char\n",
" # If count is either 1 or 2 (or 0?)\n",
" # FIXME: CAN COUNT BE 0?\n",
" # If count is either 1 or 2\n",
" else:\n",
" # If count is 1, leave the char as is\n",
" if count == 1:\n",