We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18af44b commit b690792Copy full SHA for b690792
DEVELOPMENT.md
@@ -189,7 +189,7 @@ Python Standard Library modules in Rust (`vm/src/stdlib`). In Python
189
everything can be represented as an object. The `vm/src/builtins` directory holds
190
the Rust code used to represent different Python objects and their methods. The
191
core implementation of what a Python object is can be found in
192
-`vm/src/pyobjectrc.rs`.
+`vm/src/object/core.rs`.
193
194
### Code generation
195
0 commit comments