Skip to content

Commit 0ad1a80

Browse files
committed
Fixed space
1 parent cbad767 commit 0ad1a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ternary_operators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ is some sample code:
4040
4141
fat = True
4242
fitness = ("skinny", "fat")[fat]
43-
print("Ali is", fitness)
43+
print("Ali is ", fitness)
4444
# Output: Ali is fat
4545
4646
The above example is not widely used and is generally disliked by

0 commit comments

Comments
 (0)