Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Fixed yet another typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
not-na committed Mar 6, 2016
1 parent fe4be38 commit 392f52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/gettingstarted.rst
Expand Up @@ -53,7 +53,7 @@ To add new packets, we just call :py:meth:`packetmq.PacketRegistry.addPacket()`
>>> reg.packetInt(mypacket)
17

You can also create new packets by subclassing :py:class:´packetmq.packet.Packet`\ .
You can also create new packets by subclassing :py:class:`packetmq.packet.Packet`\ .

Sending Data to Peers
---------------------
Expand Down

0 comments on commit 392f52b

Please sign in to comment.