From 547aaab58ecb982f5a9bfaae302190af989e77ac Mon Sep 17 00:00:00 2001 From: iamshivanshu <72157906+iamshivanshu@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:05:48 +0530 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index fb3591837..a4a8d9c24 100644 --- a/README +++ b/README @@ -124,7 +124,7 @@ What kinds of things do we want to log? - the line number just executed - all data created by the program - Also log calls and returns of a student's function + Also file calls and returns of a student's function (but NOT library functions) We can use the Python JSON module to encode data structures in JSON and