Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-blessing committed Feb 28, 2024
1 parent 5f74e20 commit 7dcfc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Table:

Note that the name of the declared class must match the name of the table from which the data will be pulled.

The class returned by the decorator behaves like a regular table with some added functionality. For one it allows the browsing of rows that can be pulled from the source:
The class returned by the decorator behaves like a regular table with some added functionality. For one it allows the browsing of rows present in the source:

```python
Table().source
Expand Down

0 comments on commit 7dcfc1f

Please sign in to comment.