Skip to content

Commit f7f563f

Browse files
committed
Fix whitespace around can_run
1 parent fabea4b commit f7f563f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decorators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ decorators.
257257
print(func())
258258
# Output: Function is running
259259
260-
can_run=False
260+
can_run = False
261261
print(func())
262262
# Output: Function will not run
263263

0 commit comments

Comments
 (0)