Преглед на файлове

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*.