Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed May 3, 2020
1 parent 31fcb25 commit 4bd4e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conc.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Below are the keyword arguments accepted by the `conc` method:
| *show* | `['w']` | A list of attributes to show in the match column. |
| *n* | `100` | Stop after producing this many lines |
| *window* | `'auto'` | Size of left and right columns, as integer or tuple of two integers. `auto` will attempt to use your display size intelligently |
| *metadata* | `True` | Add metadata info as extra columns |
| *metadata* | `True`/`list` | Add metadata info as extra columns (you can provide a list of metadata fields you want to include) |


```python
Expand Down
2 changes: 1 addition & 1 deletion docs/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Absolute frequencies can be difficult to interpret, especially when your subcorp

`relative` keyword argument value can be:

| Value for `relative` | Interpretation |
| Value for *relative* | Interpretation |
| -- | -- |
| `False` | default: just use absolute frequencies |
| `True` | Calculate relative frequencies using the sum of the axis |
Expand Down

0 comments on commit 4bd4e4b

Please sign in to comment.