Skip to content

Commit 2073321

Browse files
JostMigendaRobadob
andcommitted
Update episodes/optimisation-using-python.md
Co-authored-by: Robert Chisholm <Robadob@Robadob.org>
1 parent a6ad341 commit 2073321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/optimisation-using-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ f = [
299299
]
300300
```
301301

302-
A colleague (who learned to program in C before he started using Python) wrote the following code to parse the data into a dictionary:
302+
If you've a C programming background, you may write the following code to parse the data into a dictionary:
303303
```python
304304
def manualSplit():
305305
data = {}

0 commit comments

Comments
 (0)