Skip to content

Commit

Permalink
Remove spurious PYTHONPATH declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Feb 26, 2025
1 parent d7dafcc commit d0e60d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deploy/haproxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can confirm that HAProxy proxies connections properly:

.. code-block:: console
$ PYTHONPATH=src websockets ws://localhost:8080/
$ websockets ws://localhost:8080/
Connected to ws://localhost:8080/.
> Hello!
< Hello!
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can confirm that nginx proxies connections properly:

.. code-block:: console
$ PYTHONPATH=src websockets ws://localhost:8080/
$ websockets ws://localhost:8080/
Connected to ws://localhost:8080/.
> Hello!
< Hello!
Expand Down

0 comments on commit d0e60d3

Please sign in to comment.