Skip to content

Commit

Permalink
Fixes strict mode link
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Jun 24, 2016
1 parent d665e7d commit bac16a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
1. [Compilation Modes](#compilation-modes)
1. [Compatible Python Versions](#compatible-python-versions)
1. [Allowable Targets](#allowable-targets)
1. [`--strict` Mode](#--strict-mode)
1. [`strict` Mode](#strict-mode)
1. [IPython/ Jupyter Support](#ipython-jupyter-support)
1. [Extension](#extension)
1. [Kernel](#kernel)
Expand Down Expand Up @@ -195,7 +195,7 @@ If the version of Python that the compiled code will be running on is known ahea

_Note: Periods are ignored in target specifications, such that the target `2.7` is equivalent to the target `27`._

### `--strict` Mode
### `strict` Mode

If the `--strict` or `-s` flag is enabled, Coconut will throw errors on various style problems. These are
- mixing of tabs and spaces (without `--strict` Coconut just shows a Warning),
Expand Down

0 comments on commit bac16a9

Please sign in to comment.