# HG changeset patch # User Steve Losh # Date 1278387561 14400 # Node ID 98c12a5d5aec48dc2c23900ebc0bfbdf4fa27f55 # Parent 6800923435cd3cdbc1f1631bd9cf7e715d81a310 docs: typo diff -r 6800923435cd -r 98c12a5d5aec docs/concepts.rst --- a/docs/concepts.rst Mon Jul 05 23:30:40 2010 -0400 +++ b/docs/concepts.rst Mon Jul 05 23:39:21 2010 -0400 @@ -5,7 +5,7 @@ Your code is not perfect. -If you're the only person that's read your code, it's wrong. Period. +If you're the only person that's reading your code, it's wrong. Period. As developers we need to review each other's code. This helps us catch errors before they find our users. It also makes us take greater care when writing