diff options
| author | Tim Gates <tim.gates@iress.com> | 2020-02-21 19:26:58 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 10:26:58 +0200 |
| commit | b39aefb8d81be702e73ca6e5fad348d398f65fb5 (patch) | |
| tree | da2fd31aa30862a97adde506dc281278390e1f60 /src | |
| parent | a44275872999314240bc7fb3f0a6e82cee9abfd6 (diff) | |
| download | tablib-b39aefb8d81be702e73ca6e5fad348d398f65fb5.tar.gz | |
Fix simple typo: belonogs -> belongs (#460)
Closes #459
Diffstat (limited to 'src')
| -rw-r--r-- | src/tablib/packages/dbfpy/record.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tablib/packages/dbfpy/record.py b/src/tablib/packages/dbfpy/record.py index 86830b9..9935718 100644 --- a/src/tablib/packages/dbfpy/record.py +++ b/src/tablib/packages/dbfpy/record.py @@ -60,7 +60,7 @@ class DbfRecord: Arguments: dbf: - A `Dbf.Dbf` instance this record belonogs to. + A `Dbf.Dbf` instance this record belongs to. index: An integer record index or None. If this value is None, record will be appended to the DBF. |
