Skip to content

Commit 58220c1

Browse files
committed
Update fomatting
1 parent 6027823 commit 58220c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libp2p/peer/peer_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PeerRecord(IPeerRecord):
2525
- `peer_id`: The peer's globally unique indentifier.
2626
- `addrs`: A list of the peer's publicly reachable multiaddrs.
2727
- `seq`: A strictly monotonically increasing timestamp used
28-
to order records over time.
28+
to order records over time.
2929
3030
PeerRecords are designed to be signed and transmitted in libp2p routing Envelopes.
3131
"""

0 commit comments

Comments
 (0)