Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed trailing whitespace on line 34
  • Loading branch information
aeros authored Jun 21, 2019
commit 0ef0a343bba43acfeb87216d8d4e9f42e07932cf
2 changes: 1 addition & 1 deletion Doc/faq/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for ``x > y``.
Because there are no begin/end brackets, Python is much less prone to
coding-style conflicts. In C there are many different ways to place the braces.
After becoming used to reading and writing code using a particular style,
it is normal to feel somewhat uneasy when reading (or being required to write)
it is normal to feel somewhat uneasy when reading (or being required to write)
in a different one.


Expand Down