File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/tensorflow_docs/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $ python3 -m pip install -U --user git+https://github.com/tensorflow/docs
25
25
## nbfmt
26
26
27
27
A notebook formatting tool that makes Jupyter notebook source diffs consistent
28
- and easier to review. Since notebook authoring environments differ with regards
28
+ and easier to review. Since notebook authoring environments differ with regard
29
29
to file output, indentation, metadata and other non-specified fields; ` nbfmt `
30
30
uses opinionated defaults with a preference for the TensorFlow docs Colab
31
31
workflow. To format a notebook, install the ` tensorflow-docs ` package and run
@@ -81,7 +81,7 @@ $ pre-commit install
81
81
## nblint
82
82
83
83
A notebook linting tool that checks documentation style rules. Used to catch
84
- common errors and useful for CI tests. To lint a notebook, install the
84
+ common errors and is useful for CI tests. To lint a notebook, install the
85
85
` tensorflow-docs ` package and run the ` nblint ` tool:
86
86
87
87
``` shell
You can’t perform that action at this time.
0 commit comments