[U] Update comment

This commit is contained in:
Hykilpikonna
2022-02-23 12:25:29 -05:00
parent 7dbcd30cc8
commit 1c7a9bb028
+1 -1
View File
@@ -89,7 +89,7 @@ class GameTree:
return None
def add_subtree(self, subtree: GameTree) -> None:
"""Add a subtree to this game tree."""
"""Add a subtree to this game tree and updates white win probability."""
self._subtrees.append(subtree)
self._update_white_win_probability()