Fix a typo

This commit is contained in:
Nick Coghlan 2013-08-01 23:34:34 +10:00
parent 7dba60ceea
commit fade322fd5
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ Programming Recommendations
annotation style. Instead, the annotations are left for users to
discover and experiment with useful annotation styles.
It is recommended that third party experimants with annotations use an
It is recommended that third party experiments with annotations use an
associated decorator to indicate how the annotation should be
interpreted.