Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fabecd7

Browse files
Fix typo in docs
1 parent de4fe6d commit fabecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_tables2/columns/linkcolumn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class LinkColumn(BaseLinkColumn):
7777
``<a ...>...</a>`` tag.
7878
text (str or callable): Either static text, or a callable. If set, this
7979
will be used to render the text inside link instead of value (default).
80-
The calleble gets the record being rendered as argument.
80+
The callable gets the record being rendered as argument.
8181
8282
.. [2] In order to create a link to a URL that relies on information in the
8383
current row, `.Accessor` objects can be used in the *args* or *kwargs*

0 commit comments

Comments
 (0)