Skip to content

Commit 5229c42

Browse files
authored
Update indentation.md
1 parent ec7219c commit 5229c42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Basic/indentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### For example:
1616
consider if loop
17-
In C Programing :scroll::
17+
In C Programing
1818
```python
1919
if(conditions) {
2020
#main code
@@ -57,7 +57,7 @@ if(1==1) :
5757
print("second line")
5858
```
5959

60-
Incorrect indentation will result into
60+
Above Program Create Following Error
6161
```python
6262
IndentationError: unindent does not match any outer indentation level
6363
```

0 commit comments

Comments
 (0)