Skip to content

Commit

Permalink
Remove superflous brace
Browse files Browse the repository at this point in the history
Co-authored-by: ocaisa <[email protected]>
  • Loading branch information
Flamefire and ocaisa authored Apr 9, 2024
1 parent 70b6343 commit bb3945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-easyconfig-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ a value of `None` can be used to skip the checksum check.
This is possible in the list of checksums as well as a value in a dictionary, e.g.:

``` python
checksums = [{
checksums = [
None, # No checksum for first source file
'0123456789...abcdef', # checksum for 2nd file
{
Expand Down

0 comments on commit bb3945a

Please sign in to comment.