Skip to content

Commit 1f30488

Browse files
authored
Fixed indent in code block
1 parent 3160b14 commit 1f30488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ However when passing strings or numbers, Python will behave as if they are passe
6060
```python
6161
def foo(bar):
6262
bar+=1
63-
print("Bar from inside foo: %d"%bar)
63+
print("Bar from inside foo: %d"%bar)
6464
baz = 4
6565

6666
>>>print(baz)

0 commit comments

Comments
 (0)