Skip to content

Commit a557feb

Browse files
committed
Fix spell typo
1 parent 17e16bb commit a557feb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pathwaysutils/elastic/simulated_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def update_active_slice_indices(self, active_slice_indices: set[int]) -> None:
5959
"""
6060
self._simulated_active_slice_indices = active_slice_indices
6161
_logger.debug(
62-
"Updated: simumlated_active_slice_indices=%s",
62+
"Updated: simulated_active_slice_indices=%s",
6363
self._simulated_active_slice_indices,
6464
)
6565

pathwaysutils/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""Profiling utilites."""
14+
"""Profiling Utilities."""
1515

1616
import dataclasses
1717
import json

0 commit comments

Comments
 (0)