Skip to content

Commit

Permalink
Update TFF documentation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 453479742
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed Jun 7, 2022
1 parent 2856f8b commit f8e4c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ information on using pull requests.

### Coding Style

* Fromat your changes.
#### Fromat your changes

* Install [yapf](https://pypi.org/project/yapf/).

Expand All @@ -68,7 +68,7 @@ information on using pull requests.
| xargs yapf --in-place
```

* Lint your changes.
#### Lint your changes

* Install [pylint](https://pypi.org/project/pylint/).

Expand Down
2 changes: 1 addition & 1 deletion docs/design/package_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The TFF API that that is *not* exposed in the TFF
#### TFF Python package

The Python [package](https://pypi.org/project/tensorflow-federated/) distributed
on [PyPI](https://pypi.org).
on https://pypi.org.

Please be aware, the Python package contains both
[public TFF API](#public-tff-api) and [private TFF API](#private-tff-api) and it
Expand Down

0 comments on commit f8e4c38

Please sign in to comment.