Skip to content

Commit 39bed0d

Browse files
authored
Merge pull request RustPython#4304 from yt2b/fix_dev
Fix `DEVELOPMENT.md`
2 parents 18af44b + b690792 commit 39bed0d

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)