Skip to content

Commit 62b4bb7

Browse files
committed
Improving long line
1 parent fc807d6 commit 62b4bb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CodeEntropy/config/arg_config_manager.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
},
2626
"end": {
2727
"type": int,
28-
"help": "Stop analysing the trajectory at this frame index. This is the frame index of the last frame to be included, so for example if start=0 and end=500 there would be 501 frames analysed. The default -1 will include everything up to the last frame.",
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."),
2932
"default": -1,
3033
},
3134
"step": {

0 commit comments

Comments
 (0)