Skip to content

Commit 5e7bba5

Browse files
committed
doc tweaks
1 parent 4c79170 commit 5e7bba5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_docs/phase2.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Function breakdown
2-
==================
1+
Function breakdown and Testing Intro
2+
====================================
33

4-
In the *elex2/* directory, we've chopped up the original
5-
election\_results.py code into a bunch of functions and turned this code
6-
directory into a package by adding an \*\_\_init\_\_.py\* file.
4+
In the `elex2/ <https://github.com/PythonJournos/refactoring101/tree/master/elex2>`__
5+
directory, we've chopped up the original election\_results.py code into a bunch of functions and turned this code
6+
directory into a package by adding an \_\_init\_\_.py file.
77

88
We've also added a suite of tests. This way we can methodically change
99
the underlying code in later phases, while having greater confidence
@@ -42,7 +42,7 @@ still be much improved. We'll get to that in Phase 3, when we introduce
4242
Questions
4343
---------
4444

45-
- What is \*\_\_init\_\_.py\* and why do we use it?
45+
- What is \_\_init\_\_.py and why do we use it?
4646
- In what order are test methods run?
4747
- What does the TestCase *setUp* method do?
4848
- What other TestCase methods are available?

0 commit comments

Comments
 (0)