File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# These fields with their corresponding message number must be present in the top level request message. If on of them
14
14
# is missing, the documentation will not generate and an exception will be thrown.
15
- # Fields are specified in the forma (field_name, field_number)
15
+ # Fields are specified in the format (field_name, field_number)
16
16
REQUIRED_REQUEST_FIELDS = [
17
17
('id' , 1 ),
18
18
('dbms_version_request' , 2 ),
22
22
23
23
# These fields with their corresponding message number must be present in the top level request message. If on of them
24
24
# is missing, the documentation will not generate and an exception will be thrown.
25
- # Fields are specified in the forma (field_name, field_number)
25
+ # Fields are specified in the format (field_name, field_number)
26
26
REQUIRED_RESPONSE_FIELDS = [
27
27
('id' , 1 ),
28
28
('last' , 2 ),
You can’t perform that action at this time.
0 commit comments