Skip to content

Commit

Permalink
Removed repeated function definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Mar 15, 2017
1 parent 1dd6132 commit f063320
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chapter_10/word_count.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
def count_words(filename):
"""Count the approximate number of words in a file."""
def count_words(filename):
"""Count the approximate number of words in a file."""
try:
Expand Down

0 comments on commit f063320

Please sign in to comment.