Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit 541bb77

Browse files
committed
Updated language syntax indicator
1 parent 6e58939 commit 541bb77

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
@@ -19,7 +19,7 @@ are not limited to a particular data type. However, the variable does have a
1919
value, any future changes to that value must be of the same type. So you cannot set
2020
the value of a variable to a string and then change it to a integer.
2121

22-
```
22+
```python
2323
myVariable = "red"
2424
myOtherVariable = false
2525
myOtherOtherVariable = 5

0 commit comments

Comments
 (0)