Skip to content

Commit 94fdbc5

Browse files
committed
Merge pull request yasoob#51 from StevenMaude/fix-whitespace-can-run
Fix whitespace around can_run
2 parents 1f6081a + f7f563f commit 94fdbc5

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)