Skip to content

Commit d0e60d3

Browse files
committed
Remove spurious PYTHONPATH declarations.
1 parent d7dafcc commit d0e60d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deploy/haproxy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can confirm that HAProxy proxies connections properly:
5454

5555
.. code-block:: console
5656
57-
$ PYTHONPATH=src websockets ws://localhost:8080/
57+
$ websockets ws://localhost:8080/
5858
Connected to ws://localhost:8080/.
5959
> Hello!
6060
< Hello!

docs/deploy/nginx.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can confirm that nginx proxies connections properly:
7777

7878
.. code-block:: console
7979
80-
$ PYTHONPATH=src websockets ws://localhost:8080/
80+
$ websockets ws://localhost:8080/
8181
Connected to ws://localhost:8080/.
8282
> Hello!
8383
< Hello!

0 commit comments

Comments
 (0)