Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6f84b1

Browse files
timhoffmandrew-fennell
authored andcommitted
Fix format error in switcher.json
As opposed to python, the last element of a json list is not allowed to have a trailing comma.
1 parent 0b5dba1 commit c6f84b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_static/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
{
1919
"name": "2.2",
2020
"version": "2.2.4"
21-
},
21+
}
2222
]

0 commit comments

Comments
 (0)