Skip to content

Commit 2a3977e

Browse files
authored
Update Readme.md
1 parent f8cc969 commit 2a3977e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Next, we exit the q environment and define an integrable Python function. To sa
174174

175175
```
176176
q) \
177-
>>> f(x):
177+
>>> def f(x):
178178
return x*x
179179
...
180180
```

0 commit comments

Comments
 (0)