소스 검색

Fixes typo in SQS example

Ask Solem 13 년 전
부모
커밋
5dcb1d96e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/getting-started/brokers/sqs.rst

+ 1 - 1
docs/getting-started/brokers/sqs.rst

@@ -27,7 +27,7 @@ You have to specify SQS in the broker URL::
 
 where the URL format is::
 
-    sqs://aws_access_key_id@aws_secret_access_key@
+    sqs://aws_access_key_id:aws_secret_access_key@
 
 you must *remember to include the "@" at the end*.