Skip to content

Commit

Permalink
Fix doc comment for tensorstore.StorageStatistics.fully_stored
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695974138
Change-Id: I1ebb075df4d44599a174ddb07b063b91320236d3
  • Loading branch information
jbms authored and copybara-github committed Nov 13, 2024
1 parent 6387ec1 commit 91984a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tensorstore/tensorstore_class.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2805,7 +2805,7 @@ element has been successfully written:
)");
}

template <bool ArrayStorageStatistics::*Member,
template <bool ArrayStorageStatistics::* Member,
ArrayStorageStatistics::Mask MaskEntry>
struct ArrayStorageStatisticsAccessor {
constexpr static inline auto Get =
Expand Down Expand Up @@ -2861,7 +2861,7 @@ to the :py:obj:`~TensorStore.fill_value`.

cls.def_property("fully_stored", FullyStored::Get, FullyStored::Set,
R"(
Indicates whether data is stored for *all* elements of the specified :py:obj:~TensorStore.domain`.
Indicates whether data is stored for *all* elements of the specified :py:obj:`~TensorStore.domain`.
For the statistics returned by :py:obj:`TensorStore.storage_statistics`, if
:py:param:`~TensorStore.storage_statistics.query_fully_stored` is not set to
Expand Down

0 comments on commit 91984a3

Please # to comment.