Skip to content

Commit

Permalink
Fixes apidoc before the release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 240213390
  • Loading branch information
krzys-ostrowski authored and tensorflower-gardener committed Mar 25, 2019
1 parent 55c5648 commit b04d296
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/api_docs/python/tff/federated_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```python
tff.federated_apply(
func,
fn,
arg
)
```
Expand All @@ -20,7 +20,7 @@ Applies a given function to a federated value on the

#### Args:

* <b>`func`</b>: A function to apply to the member content of `arg` on the
* <b>`fn`</b>: A function to apply to the member content of `arg` on the
<a href="../tff.md#SERVER"><code>tff.SERVER</code></a>. The parameter of
this function must be of the same type as the member constituent of `arg`.
* <b>`arg`</b>: A value of a TFF federated type placed at the
Expand All @@ -30,8 +30,7 @@ Applies a given function to a federated value on the
#### Returns:

A federated value on the <a href="../tff.md#SERVER"><code>tff.SERVER</code></a>
that represents the result of applying `func` to the member constituent of
`arg`.
that represents the result of applying `fn` to the member constituent of `arg`.

#### Raises:

Expand Down

0 comments on commit b04d296

Please sign in to comment.