Skip to content

Commit 37c114d

Browse files
Tobias Hafnervogti
authored andcommitted
Fix typo
1 parent b275253 commit 37c114d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc-generator/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# These fields with their corresponding message number must be present in the top level request message. If on of them
1414
# 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)
1616
REQUIRED_REQUEST_FIELDS = [
1717
('id', 1),
1818
('dbms_version_request', 2),
@@ -22,7 +22,7 @@
2222

2323
# These fields with their corresponding message number must be present in the top level request message. If on of them
2424
# 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)
2626
REQUIRED_RESPONSE_FIELDS = [
2727
('id', 1),
2828
('last', 2),

0 commit comments

Comments
 (0)