Skip to content

Commit fe27f1a

Browse files
Remove unnecessary : ( Colon ) (#286)
In line 37 and 50 there are :: ( two colons ) before the code-block Where it should be : ( One Colon ) to properly lint the code. This pull request fixes this issue.
1 parent 5eeec34 commit fe27f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This package is for Channels 2 projects only.
3434
Usage
3535
-----
3636

37-
Set up the channel layer in your Django settings file like so::
37+
Set up the channel layer in your Django settings file like so:
3838

3939
.. code-block:: python
4040
@@ -47,7 +47,7 @@ Set up the channel layer in your Django settings file like so::
4747
},
4848
}
4949
50-
Or, you can use the alternate implementation which uses Redis Pub/Sub::
50+
Or, you can use the alternate implementation which uses Redis Pub/Sub:
5151

5252
.. code-block:: python
5353

0 commit comments

Comments
 (0)