Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 537339b

Browse files
committed
small typo
1 parent 757deb1 commit 537339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub type PyObjectRef = PyRef<PyObject>;
134134
pub struct PyObject {
135135
pub kind: PyObjectKind,
136136
pub typ: Optic <PyObjectRef>,
137-
pub diet: HashMap<String, PyObjectRef>,
137+
pub dict: HashMap<String, PyObjectRef>,
138138
}
139139

140140
pub enum PyObjectKind {

0 commit comments

Comments
 (0)