Rafał Pitoń 11 years ago
parent
commit
51b9c7ce71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/coding_style.rst

+ 1 - 1
docs/coding_style.rst

@@ -65,7 +65,7 @@ In addition to views and forms definitions, those files can also contain helper
 View Arguments
 --------------
 
-As convention, declare view arguments in same order parameters are declared in view's links patterns.
+As convention, declare view arguments in same order as parameters are declared in view's links patterns.
 
 Templates
 =========