We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ccaf5 commit f1e30d9Copy full SHA for f1e30d9
src/convert.jl
@@ -186,7 +186,7 @@ function _pyconvert_get_rules(pytype::Py)
186
break
187
end
188
189
- ok || error("Fatal inheritence error: could not merge MROs (mro=$mro, basemros=$basemros)")
+ ok || error("Fatal inheritance error: could not merge MROs (mro=$mro, basemros=$basemros)")
190
# add it to the list
191
push!(mro, b)
192
# remove it from consideration
src/gc.jl
@@ -1,5 +1,5 @@
1
"""
2
-Garbarge collection of Python objects.
+Garbage collection of Python objects.
3
4
See `disable` and `enable`.
5
0 commit comments