diff --git a/source/user/using.md b/source/user/using.md index 3926c3dc9..e2285af10 100644 --- a/source/user/using.md +++ b/source/user/using.md @@ -108,7 +108,7 @@ dm = gto.M(atom='H 0 0 0; H 0 0 1') \ .run() \ .make_rdm1() ``` -This code works because the `.dump_flags()` method simply prints information and then +This code works because the `dump_flags()` method simply prints information and then returns the object. ## Scanners