Skip to content

Commit 304f991

Browse files
committed
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 bcef5d6 commit 304f991

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)