소스 검색

usage error; should have been historical instead of historic

Kevin Tran 14 년 전
부모
커밋
fa6dcdbfab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/userguide/routing.rst

+ 1 - 1
docs/userguide/routing.rst

@@ -40,7 +40,7 @@ configuration::
 
 With this route enabled import feed tasks will be routed to the
 `"feeds"` queue, while all other tasks will be routed to the default queue
-(named `"celery"` for historic reasons).
+(named `"celery"` for historical reasons).
 
 Now you can start server `z` to only process the feeds queue like this::