diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 9a1b7bd71b..35751ba0fc 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -189,7 +189,7 @@ Python Standard Library modules in Rust (`vm/src/stdlib`). In Python everything can be represented as an object. The `vm/src/builtins` directory holds the Rust code used to represent different Python objects and their methods. The core implementation of what a Python object is can be found in -`vm/src/pyobjectrc.rs`. +`vm/src/object/core.rs`. ### Code generation