Skip to content

Commit 5fdc3c8

Browse files
committed
Addressing feedback (#57)
1 parent 22d785d commit 5fdc3c8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/clients.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Clients
55

66
.. currentmodule:: trio_websocket
77

8-
Creating A Client
9-
-----------------
8+
Client Tutorial
9+
---------------
1010

1111
This page goes into the details of creating a WebSocket client. Let's start by
12-
revisiting the example from the :ref:`client-tutorial`.
12+
revisiting the :ref:`client-example`.
1313

1414
.. code-block:: python
1515
:linenos:

docs/getting_started.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Change into the project directory and run the following command.
2323
If you want to contribute to development of the library, also see
2424
:ref:`developer-installation`.
2525

26-
.. _client-tutorial:
26+
.. _client-example:
2727

28-
Client Tutorial
29-
---------------
28+
Client Example
29+
--------------
3030

3131
This example briefly demonstrates how to create a WebSocket client.
3232

@@ -57,9 +57,9 @@ before exiting the block.
5757

5858
For more details and examples, see :ref:`websocket-clients`.
5959

60-
.. _server-tutorial:
60+
.. _server-example:
6161

62-
Server Tutorial
62+
Server Example
6363
---------------
6464

6565
This example briefly demonstrates how to create a WebSocket server. This server

docs/servers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Servers
55

66
.. currentmodule:: trio_websocket
77

8-
Creating A Server
9-
-----------------
8+
Server Tutorial
9+
---------------
1010

1111
This page goes into the details of creating a WebSocket server. Let's start by
12-
revisiting the example from the :ref:`server-tutorial`.
12+
revisiting the :ref:`server-example`.
1313

1414
.. code-block:: python
1515
:linenos:

0 commit comments

Comments
 (0)