Skip to content

Commit 50a927f

Browse files
committed
Amend to README so python interactive mode example is clearer
1 parent 8891d5e commit 50a927f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The data can be found in the `/websites/resouces/data.py` file.
99
The data can be viewed by running the following commands on the command line in Python's interactive mode:
1010

1111
```bash
12-
from websites.resources.data import WEBSITES
13-
14-
print(WEBSITES)
12+
python
13+
>>> from websites.resources.data import WEBSITES
14+
>>> print(WEBSITES)
1515
```
1616

1717
The data structure is as follows, with five keys for each item:

0 commit comments

Comments
 (0)