Skip to content

Commit ead664b

Browse files
committed
Updates for second edition
1 parent 9ccba26 commit ead664b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Effective Python
22

3-
Hello! You've reached the official source code repository for _Effective Python_. To learn more about the book or contact the author, please [visit the official website](http://www.effectivepython.com).
3+
Hello! You've reached the official source code repository for _Effective Python: Second Edition_. To learn more about the book or contact the author, please [visit the official website](https://effectivepython.com).
44

5-
[![Cover](./cover.jpg)](http://www.effectivepython.com)
5+
[![Cover](./cover.jpg)](https://effectivepython.com)
66

77
In this repository you can browse all of the source code included in the book. Each item has its own file or directory containing the example code. Each file is annotated with which example snippet it came from within each chapter.
88

9-
To run all the code for an item, just type `./item_01.py` into your shell and see what it prints out. Alternatively you can type `python3 item_01.py` or `python2.7 item_03_example_03.py` to run a specific version of Python.
9+
To run all the code for an item, just type `./item_01.py` into your shell and see what it prints out. Alternatively you can type `python3 item_01.py` to run a specific version of Python.
1010

1111
To report a problem with the book or view known issues, please [visit the Errata page](./Errata.md).

0 commit comments

Comments
 (0)