Skip to content

Commit ad837a1

Browse files
committed
Merge doc changes made on github
2 parents c5bcf0d + 7ccbc49 commit ad837a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $ export PYTHONPATH=`pwd`:$PYTHONPATH
108108

109109
* Do you _like_ the package structure and module names? How would you organize or name things differently?
110110
* Why is it necessary to add the _refactoring101/_ directory to your PYTHONPATH?
111-
* What are three ways to update the PYTHONPATH?
111+
* What are three ways to add a library to the PYTHONPATH?
112112
* What is a class? What is a method?
113113
* What is an object in Python? What is an instance?
114114
* What is the __init__ method on a class used for?
@@ -120,8 +120,6 @@ $ export PYTHONPATH=`pwd`:$PYTHONPATH
120120
classes and methods to reflect "real-world" entities in the realm of elections.
121121
* Examine functions in _lib/_ and try assigning three functions to one of your new classes.
122122
* Try extracting logic from the _summarize_ function and re-implement it as a method on one of your classes.
123-
* Break the code. Find the code that determines the winner. Comment out the
124-
125123

126124
## Phase 4 - Model Your Domain
127125

0 commit comments

Comments
 (0)