mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix module name.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ try:
|
||||
import json
|
||||
except ImportError:
|
||||
try:
|
||||
import ssimplejson as json
|
||||
import simplejson as json
|
||||
except ImportError:
|
||||
json = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user