소스 검색

Fixed rSt syntax

Ask Solem 17 년 전
부모
커밋
e1db133377
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      README.rst

+ 0 - 3
README.rst

@@ -103,11 +103,8 @@ Running the celery worker daemon
 To test this we'll be running the worker daemon in the foreground, so we can
 To test this we'll be running the worker daemon in the foreground, so we can
 see what's going on without consulting the logfile::
 see what's going on without consulting the logfile::
 
 
-::
-    
     $ python manage.py celeryd
     $ python manage.py celeryd
 
 
-
 However, in production you'll probably want to run the worker in the
 However, in production you'll probably want to run the worker in the
 background as daemon instead::
 background as daemon instead::