Skip to content

Commit 2d08696

Browse files
committed
correct doc
1 parent 19f29bb commit 2d08696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class Mock(MagicMock):
3030
@classmethod
3131
def __getattr__(cls, name):
32-
return Mock()
32+
return MagicMock()
3333
MOCK_MODULES = ['ot.lp.emd_wrap']
3434
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3535
# !!!!

0 commit comments

Comments
 (0)