Skip to content

Commit

Permalink
Update model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer authored Apr 24, 2024
1 parent 8b2e1e5 commit a7e1f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ from contracting.execution.executor import Executor

contract_code = '''
@export
def ping(pong):
return pong
def ping(pong):
return pong
'''

e = Executor(metering=False)
Expand Down

0 comments on commit a7e1f74

Please sign in to comment.