Skip to content

Commit 62efaba

Browse files
committed
Fix typo in docs. fixes arskom#549
1 parent a7d3da5 commit 62efaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/manual/05-01_sqlalchemy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ same, except a few small differences:
6060
restriction. If you need a length-limited ``UnicodeText``, you can use
6161
Spyne's ``Unicode`` object as follows: ::
6262

63-
class(TableModel):
63+
class SomeTable(TableModel):
6464
__tablename__ = "some_table"
6565

6666
# text

0 commit comments

Comments
 (0)