Fix typo.

This commit is contained in:
Georg Brandl 2009-01-22 08:36:39 +00:00
parent 4cbb07b2a1
commit fe792444b7
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ Naming Conventions
Constants
Constants are usually declared on a module level and written in all
capital letter with underscores separating words. Examples include
capital letters with underscores separating words. Examples include
MAX_OVERFLOW and TOTAL.
Designing for inheritance