Fixed typos in comments spotted in code review
This commit is contained in:
parent
d948d3f04d
commit
3f9c3447de
2 changed files with 4 additions and 4 deletions
|
|
@ -543,7 +543,7 @@ class AutofocusExtension(BaseExtension):
|
|||
"delay": fields.Int(
|
||||
load_default=5,
|
||||
metadata={
|
||||
"description": "How long to measure sharpness for after the move",
|
||||
"description": "How long to measure sharpness for after the move, in seconds",
|
||||
"example": 5,
|
||||
},
|
||||
),
|
||||
|
|
@ -582,7 +582,7 @@ class AutofocusExtension(BaseExtension):
|
|||
"initial_move_up": fields.Bool(
|
||||
load_default=True,
|
||||
metadata={
|
||||
"description": "Set to Flase to disable the initial move upwards"
|
||||
"description": "Set to False to disable the initial move upwards"
|
||||
},
|
||||
),
|
||||
"backlash": fields.Int(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue