Fix typos in fields.py comments.
Review Request #10927 — Created Feb. 29, 2020 and submitted
In
reviewboard/reviews/fields.py
, there are two typos in the comments.One is in the comments for method
propagate_data()
:explictly
should beexplicitly
.And the other one is
appropraite
(should beappropriate
) in the
comments forget_css_classes()
.
N/A
Summary | ID | Author |
---|---|---|
3eb8d20ad7ac2caf8d80ee72e040133aeef5415a | Jay |
Description | From | Last Updated |
---|---|---|
Good catches! Can you make sure the description matches our requirements for word wrapping and content? |
chipx86 |
- Description:
-
~ In
reviewboard/reviews/fields.py
, the comments for methodpropagate_data(review_request_details)
~ and get_css_classes()
have typos:explictly
(should beexplicitly
) andappropraite
(should~ be appropriate
.~ In
reviewboard/reviews/fields.py
, there are two typos in the comments.~ ~ One is in the comments for method
propagate_data()
:explictly
+ should be explicitly
.+ + And the other one is
appropraite
(should beappropriate
) in the+ comments for get_css_classes()
.