Fix typos (#191)

This commit is contained in:
delirious-lettuce
2017-05-15 22:30:12 -06:00
committed by Donne Martin
parent cd9e9654bc
commit 9f89a51aba
33 changed files with 71 additions and 71 deletions

View File

@@ -100,7 +100,7 @@
"from nose.tools import assert_equal\n",
"\n",
"\n",
"class TestMaximingXor(object):\n",
"class TestMaximizingXor(object):\n",
"\n",
" def test_maximizing_xor(self):\n",
" solution = Solution()\n",
@@ -109,7 +109,7 @@
"\n",
"\n",
"def main():\n",
" test = TestMaximingXor()\n",
" test = TestMaximizingXor()\n",
" test.test_maximizing_xor()\n",
"\n",
"\n",