소스 검색

doc: add missing id value in docs/userguide/routing.rstdocs/userguide/routing.rst

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

+ 1 - 1
docs/userguide/routing.rst

@@ -189,7 +189,7 @@ This is an example task message represented as a Python dictionary:
 .. code-block:: python
 
     {"task": "myapp.tasks.add",
-     "id": 
+     "id": "54086c5e-6193-4575-8308-dbab76798756",
      "args": [4, 4],
      "kwargs": {}}