From 6ec4a0ccae232c5620d9e0f0fd7234a9dcb9b8e5 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 15 May 2020 21:56:41 -0700 Subject: [PATCH] Add Google Doc link. --- REVIEW.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/REVIEW.md b/REVIEW.md index f24c228..27164cd 100644 --- a/REVIEW.md +++ b/REVIEW.md @@ -1,4 +1,7 @@ # Code Review Changes + +Original tables with verbatim feedback can be found in [this Google Doc](https://docs.google.com/document/d/19d5U-ieQyGVVNQjj0rUouzIqF53evEP6yss-wyqNXiQ/edit?usp=sharing). + |Comment|Adjustment| |-------|----------| |The `models.py` file is too difficult to understand.| `models.py` updated with Python docstrings.|