Skip to content

Commit f1e30d9

Browse files
authored
Fix typos in docstring and error message (#261)
* Update index.md Fix a typo. * FIx typos in README and docs * Fix typos in docstring and error message
1 parent 49ccaf5 commit f1e30d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/convert.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function _pyconvert_get_rules(pytype::Py)
186186
break
187187
end
188188
end
189-
ok || error("Fatal inheritence error: could not merge MROs (mro=$mro, basemros=$basemros)")
189+
ok || error("Fatal inheritance error: could not merge MROs (mro=$mro, basemros=$basemros)")
190190
# add it to the list
191191
push!(mro, b)
192192
# remove it from consideration

src/gc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Garbarge collection of Python objects.
2+
Garbage collection of Python objects.
33
44
See `disable` and `enable`.
55
"""

0 commit comments

Comments
 (0)