Skip to content

Commit

Permalink
fix bug README simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
gschnabel committed Feb 4, 2024
1 parent 95002dd commit 1ef4cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENDF-6 file:
from endf_parserpy import EndfParser
parser = EndfParser()
endf_dict = parser.parsefile('input.endf')
endf_dict['3']['1']['AWR'] = 99.99
endf_dict[3][1]['AWR'] = 99.99
parser.writefile('output.endf', endf_dict)
```

Expand Down

0 comments on commit 1ef4cfa

Please sign in to comment.