From 68658fb3c777b9957cc354ef277b580dc0a6b985 Mon Sep 17 00:00:00 2001 From: zevav Date: Wed, 24 May 2017 15:31:52 -0400 Subject: [PATCH] periods at end of bullet points --- spending_summary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spending_summary.md b/spending_summary.md index 3b04be3..178a50b 100644 --- a/spending_summary.md +++ b/spending_summary.md @@ -119,12 +119,12 @@ dict_keys(['account_id', 'account_owner', 'amount', 'category', 'category_id', ' Among the categories there are "Transfer", "Credit Card", and "Deposit": These aren't going to be useful in gleaning spending activity, so we'll refactor our `get_some_transactions` function to -1. skip transactions with those categories +1. skip transactions with those categories. 2. skip accounts with a subtype of "savings" or "cd". Let's also -3. make sure to get all available transactions by using pagination +3. make sure to get all available transactions by using pagination. 4. just return transactions.