Skip to content

Commit 2e4046c

Browse files
axchtensorflower-gardener
authored andcommitted
Fix doc typo.
PiperOrigin-RevId: 385634761
1 parent b33f130 commit 2e4046c

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_probability/python/experimental/distribute

1 file changed

+1
-1
lines changed

tensorflow_probability/python/experimental/distribute/sharded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def lp_fn(self, x):
4646
class Sharded(distribution_lib.Distribution):
4747
"""A meta-distribution meant for use in an SPMD distributed context.
4848
49-
`Sharded` is a meta-distribution enables distributions to be used in SPMD
49+
`Sharded` is a meta-distribution that enables distributions to be used in SPMD
5050
programs. A `Sharded` distribution represents a random variable that has
5151
been split across a set of devices. The number of shards is the number of
5252
devices in the current TensorFlow DistributionStrategy or the provided JAX

0 commit comments

Comments
 (0)