From 86da4a1b46b56dec286a6e6190ee38ea38df0f67 Mon Sep 17 00:00:00 2001
From: Ashwin Maran <amaran@wisc.edu>
Date: Wed, 5 Apr 2023 09:47:54 -0500
Subject: [PATCH] typos fix

---
 lab-p10/README.md | 31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)

diff --git a/lab-p10/README.md b/lab-p10/README.md
index 5632229..c6e3a6d 100644
--- a/lab-p10/README.md
+++ b/lab-p10/README.md
@@ -17,7 +17,7 @@ In this lab, you'll get practice with files and namedtuples, in preparation for
 In this lab, you will practice...
 * Loading data in json files
 * Loading data in csv files
-* Using try/except to handle malformed data
+* Using try/except to handle malformed data.
 
 ------------------------------
 
@@ -27,10 +27,9 @@ You may do these lab exercises only with your project partner; you are not allow
 working on lab-p10 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:** p10 and p11 are two parts of the same data analysis.
+**Important:** P10 and P11 are two parts of the same data analysis.
 You **cannot** switch project partners between these two projects.
-If you partner up with someone for p10, you have to sustain that partnership until end of p11.
-**You must acknowledge that you have read this to your lab TA**.
+If you partner up with someone for P10, you have to sustain that partnership until end of P11.
 
 ------------------------------
 
@@ -44,15 +43,15 @@ Create a `lab-p10` directory and download the following files into the `lab-p10`
 
 After downloading data.zip, make sure to extract it (using [Mac directions](http://osxdaily.com/2017/11/05/how-open-zip-file-mac/) or [Windows directions](https://support.microsoft.com/en-us/help/4028088/windows-zip-and-unzip-files)). After extracting, you should see a folder called `small_data`, which has the following files in it:
 
-* mapping_1.json
-* mapping_2.json
-* mapping_3.json
-* stars_1.csv
-* stars_2.csv
-* stars_3.csv
-* planets_1.csv
-* planets_2.csv
-* planets_3.csv
+*` mapping_1.json`
+* `mapping_2.json`
+* `mapping_3.json`
+* `stars_1.csv`
+* `stars_2.csv`
+* `stars_3.csv`
+* `planets_1.csv`
+* `planets_2.csv`
+* `planets_3.csv`
 
 You may delete `small_data.zip` after extracting these files from it.
 
@@ -62,8 +61,4 @@ For the remaining segments, detailed instructions are provided in `practice.ipyn
 
 ## Project 10
 
-You can now get started with [p10](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/p10). **You may copy/paste any code created here in project p10**. Have fun!
-
-```python
-
-```
+You can now get started with [P10](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/p10). **You may copy/paste any code created here in project p10**. Have fun!
-- 
GitLab