From 47685b448059f6d6afb8c0aa0869c58b0bfcdfe1 Mon Sep 17 00:00:00 2001 From: SanjayTr <35617078+SanjayTr@users.noreply.github.com> Date: Thu, 25 Oct 2018 00:19:31 -0400 Subject: [PATCH] Updating naming convention --- EducationalAssignments/ParityPartOne.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EducationalAssignments/ParityPartOne.md b/EducationalAssignments/ParityPartOne.md index 436a9d0d..99d732ab 100644 --- a/EducationalAssignments/ParityPartOne.md +++ b/EducationalAssignments/ParityPartOne.md @@ -321,8 +321,8 @@ testing if Repy installed correctly. # What to turn in? ---- - * Turn in a repy file called reference_monitor_[ netid ].r2py with all -letters in lowercase. + * Turn in a repy file called `reference_monitor_netid.r2py` with all +letters in lowercase. For example, if your netId is `jc123`, your reference monitor should be named `reference_monitor_jc123.r2py` * **Never raise unexpected errors or produce any output.** Your program must produce no output when run normally.