mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-23 06:04:12 -04:00
Fixed typos in examples
This commit is contained in:
parent
fb4e53f6e3
commit
f85dda1829
4 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@ class Packet:
|
|||
"""
|
||||
The Packet class is used to create packet instances that can be sent
|
||||
over a Reticulum network. Packets will automatically be encrypted if
|
||||
they are adressed to a ``RNS.Destination.SINGLE`` destination,
|
||||
they are addressed to a ``RNS.Destination.SINGLE`` destination,
|
||||
``RNS.Destination.GROUP`` destination or a :ref:`RNS.Link<api-link>`.
|
||||
|
||||
For ``RNS.Destination.GROUP`` destinations, Reticulum will use the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue