diff --git a/source/install.rst b/source/install.rst index 46e3c091..31062bc1 100644 --- a/source/install.rst +++ b/source/install.rst @@ -126,7 +126,7 @@ Let us consider the same example as before for Python. Here, we want to compile using namespace std; int main(){ - auto A = zeros(4); + auto A = cytnx::zeros(4); cout << A << endl; return 0; }