소스 검색

Cosmetics for #3106

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

+ 2 - 2
docs/getting-started/brokers/redis.rst

@@ -38,8 +38,8 @@ If a unix socket connection should be used, the URL needs to be in the format::
 
     redis+socket:///path/to/redis.sock
 
-Specifying a different database while using a unix socket is possible by adding the 
-`virtual_host` parameter to the URL::
+Specifying a different database number when using a unix socket is possible
+by adding the ``virtual_host`` parameter to the URL::
 
     redis+socket:///path/to/redis.sock?virtual_host=db_number