Fix simple typo: belonogs -> belongs (#460)

Closes #459
This commit is contained in:
Tim Gates
2020-02-21 19:26:58 +11:00
committed by GitHub
parent a442758729
commit b39aefb8d8
+1 -1
View File
@@ -60,7 +60,7 @@ class DbfRecord:
Arguments: Arguments:
dbf: dbf:
A `Dbf.Dbf` instance this record belonogs to. A `Dbf.Dbf` instance this record belongs to.
index: index:
An integer record index or None. If this value is An integer record index or None. If this value is
None, record will be appended to the DBF. None, record will be appended to the DBF.