Skip to content

Commit 66c6069

Browse files
committed
comment: add description for attributes
1 parent 7928c37 commit 66c6069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymysqlreplication/event.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ class RandEvent(BinLogEvent):
445445
- RAND_EVENT only works when the seed number is not specified.
446446
447447
Attributes:
448-
seed1
449-
seed2
448+
seed1: value for the first seed
449+
seed2: value for the second seed
450450
"""
451451

452452
def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs):

0 commit comments

Comments
 (0)