Skip to content

Commit b690792

Browse files
committed
Fix Python object path
1 parent 18af44b commit b690792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Python Standard Library modules in Rust (`vm/src/stdlib`). In Python
189189
everything can be represented as an object. The `vm/src/builtins` directory holds
190190
the Rust code used to represent different Python objects and their methods. The
191191
core implementation of what a Python object is can be found in
192-
`vm/src/pyobjectrc.rs`.
192+
`vm/src/object/core.rs`.
193193

194194
### Code generation
195195

0 commit comments

Comments
 (0)