diff --git a/lab-p8/README.md b/lab-p8/README.md
index bea1f76385a1440dd4758dda23044715567d8bc2..c2ced4b82810ad7351f8c84c9b10acc3c5a64a11 100644
--- a/lab-p8/README.md
+++ b/lab-p8/README.md
@@ -1,6 +1,6 @@
 # Lab-P8: Lists and Dictionaries
 
-This lab is designed to help you prepare for p8. We will focus on creating nested lists of dictionaries, mutating lists, and converting data in csv files into useful data structures.
+This lab is designed to help you prepare for P8. We will focus on creating nested lists of dictionaries, mutating lists, and converting data in csv files into useful data structures.
 
 ------------------------------
 ## Corrections/Clarifications
@@ -22,12 +22,12 @@ In this lab, you will practice how to...
 ## Note on Academic Misconduct
 
 You may do these lab exercises only with your project partner; you are not allowed to start 
-working on lab-p8 with one person, then do the project with a different partner. Now may be a 
+working on Lab-P8 with one person, then do the project with a different partner. Now may be a 
 good time to review [our course policies](https://cs220.cs.wisc.edu/s23/syllabus.html).
 
-**Important:** p8 and p9 are two parts of the same data analysis.
+**Important:** P8 and P9 are two parts of the same data analysis.
 You **cannot** switch project partners between these two projects.
-If you partner up with someone for p8, you have to sustain that partnership until end of p9.
+If you partner up with someone for P8, you have to sustain that partnership until end of P9.
 **You must acknowledge that you have read this to your lab TA**.
 
 
@@ -65,29 +65,15 @@ Remember not to close this
 Terminal/PowerShell window while Jupyter is running, and open a new Terminal/PowerShell 
 window if necessary.
 
-**Note**: For p8, you will be working on `p8.ipynb`, which is very similar to `practice.ipynb`. We 
+**Note**: For P8, you will be working on `p8.ipynb`, which is very similar to `practice.ipynb`. We 
 strongly recommend that you finish working on this notebook during the lab, so you can ask 
 your TA/PM any questions about the notebook that may arise.
 
 **Note**: Unlike `p8.ipynb`, you do **not** have to submit `practice.ipynb`. This notebook is solely 
-for your practice and preparation for p8.
-
-------------------------------
-
-## Segment 3: Otter tests check for project submission
-
-This segment is informational only and has no tasks. Your work on `p8.ipynb` is not complete when you submit the project on Gradescope. It is your responsibility to make sure that your project clears auto-grader tests on the Gradescope test system. Otter test results should be available in a few minutes after your submission. You should be able to see both PASS / FAIL results for the 20 test cases and your total score, which is accessible via Gradescope Dashboard. You must be able to see the following screen on Gradescope:
-    
-<img src="images/gradescope.png" width="400">
- 
-You **must** review the project's rubric and make sure that you have followed the directions provided in the project to solve the questions. The rubric is meant to reinforce your understanding of the project's directions. TAs and graders will be following the rubric to make deductions on your project submission during manual grading. Rubrics will become progressively stricter as we make progress during this semester.
+for your practice and preparation for P8.
 
 ------------------------------
 
 ## Project 8
 
-You can now get started with [p8](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/p8). **You may copy/paste any code created here in project p8**. Remember to only work on p8 and p9 with your partner from this point on. Have fun!
-
-```python
-
-```
+You can now get started with [P8](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/p8). **You may copy/paste any code created here in project P8**. Remember to only work on P8 and P9 with your partner from this point on. Have fun!