Skip to content

Commit e0f8e6b

Browse files
committed
doc: correct doc strings in model
1 parent c36a7cb commit e0f8e6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description of the profile.
88

99
Type: Optional[bool]
1010

11-
The profile should be detached."
11+
The profile should be detached.
1212
Detached means it is not inherited from the main profile.
1313

1414
## [profile].enabled

packages/robot/src/robotcode/robot/config/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2144,7 +2144,7 @@ class RobotProfile(RobotExtraBaseProfile):
21442144

21452145
detached: Optional[bool] = field(
21462146
description="""\
2147-
The profile should be detached."
2147+
The profile should be detached.
21482148
Detached means it is not inherited from the main profile.
21492149
""",
21502150
)

0 commit comments

Comments
 (0)