diff --git "a/data/3.python\351\253\230\351\230\266/4.\347\247\221\345\255\246\350\256\241\347\256\227\345\267\245\345\205\267\345\214\205SciPy/1.SciPy\346\246\202\350\247\210/scipy.py" "b/data/3.python\351\253\230\351\230\266/4.\347\247\221\345\255\246\350\256\241\347\256\227\345\267\245\345\205\267\345\214\205SciPy/1.SciPy\346\246\202\350\247\210/scipy.py" index 4b7a1a218207068ab57a5db1217c8ec826df9f12..6a89ec397a8fe9f04f3163587c2b8aa4d5a5b0f3 100644 --- "a/data/3.python\351\253\230\351\230\266/4.\347\247\221\345\255\246\350\256\241\347\256\227\345\267\245\345\205\267\345\214\205SciPy/1.SciPy\346\246\202\350\247\210/scipy.py" +++ "b/data/3.python\351\253\230\351\230\266/4.\347\247\221\345\255\246\350\256\241\347\256\227\345\267\245\345\205\267\345\214\205SciPy/1.SciPy\346\246\202\350\247\210/scipy.py" @@ -26,10 +26,10 @@ def test(): "sub_title": 'SciPy refers to several related but distinct entities:', "sub_title_zh_cn": 'SciPy 指向一组相关但互相独立的软件包', "desc": [ - 'The SciPy ecosystem, a collection of open source software for scientific computing in Python.', - 'The community of people who use and develop this stack.', - 'Several conferences dedicated to scientific computing in Python - SciPy, EuroSciPy, and SciPy.in.', 'The SciPy library, one component of the SciPy stack, providing many numerical routines.', + 'Several conferences dedicated to scientific computing in Python - SciPy, EuroSciPy, and SciPy.in.', + 'The community of people who use and develop this stack.', + 'The SciPy ecosystem, a collection of open source software for scientific computing in Python.', ], "desc_zh_ch": [ 'SciPy 本身也是一个Python库, 属于 SciPy 技术栈的一员, 提供了许多数值计算程序.',