Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinStrohalm committed Dec 9, 2022
1 parent 3a886c2 commit 56d12e1
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 @@ -93,7 +93,7 @@ import pyeds

# init tools
eds = pyeds.EDS("examples/data.cdResult")
review = pyeds.Review()
review = pyeds.Review(eds)

# open result file and review using the 'with' statement
with eds, review:
Expand Down

0 comments on commit 56d12e1

Please sign in to comment.