Skip to content

Commit d25216a

Browse files
authored
Update README.md
1 parent 1fbbbbe commit d25216a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def listOfPersons(request):
5252
"ltr", fontName, "Total Salary", rowIndexVisibility,
5353
headerRowBackgroundColor, evenRowsBackgroundColor, oddRowsBackgroundColor
5454
)
55-
# table is a string variable contianing the html table showing the query result
56-
55+
56+
# here the table is a string variable contianing the html table showing the query result
5757
return HttpResponse(table)
5858

5959
```

0 commit comments

Comments
 (0)