Skip to content

Commit bdb09c7

Browse files
committed
improving linting
1 parent 92e52de commit bdb09c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CodeEntropy/config/arg_config_manager.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
},
2626
"end": {
2727
"type": int,
28-
"help": ("Stop analysing the trajectory at this frame index. This is "
29-
"the frame index of the last frame to be included, so for example"
30-
"if start=0 and end=500 there would be 501 frames analysed. The "
31-
"default -1 will include everything up to the last frame."
28+
"help": (
29+
"Stop analysing the trajectory at this frame index. This is "
30+
"the frame index of the last frame to be included, so for example"
31+
"if start=0 and end=500 there would be 501 frames analysed. The "
32+
"default -1 will include the last frame."
3233
),
3334
"default": -1,
3435
},

0 commit comments

Comments
 (0)