Skip to content

Commit

Permalink
Revise sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-v-diaz authored Nov 29, 2017
1 parent 8adefe0 commit f843e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ firstname, surname = get_full_name()
print("Hello, Mr. " + surname)
```

The majority of static analysis tools complain if a variable is assigned but not used thereafter.
The majority of tools for static code analysis complain if a variable is assigned but not used thereafter.
By convention, unused values are assigned to `i`, `j`, `k`, and `_` (underscore character) and
are understood as such. However, we think `junk` is more readable than `_` and easier for
newcomers to understand.
Expand Down

0 comments on commit f843e08

Please sign in to comment.