Changed discussions of NULL to None to be more Pythonic.

This commit is contained in:
Donne Martin
2015-07-06 05:44:06 -04:00
parent 29685c7b35
commit 47e6a23dde
11 changed files with 55 additions and 55 deletions

View File

@@ -85,7 +85,7 @@
"\n",
"* Get hash index for lookup\n",
"* If key exists, return value\n",
"* Else, return NULL\n",
"* Else, return None\n",
"\n",
"Complexity:\n",
"* Time: O(1) average and best, O(n) worst\n",