Skip to content

Commit

Permalink
docs: Fix typo in integration example (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunt-ing authored May 7, 2024
1 parent b871038 commit 2d7ca7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeus/monitor/energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ZeusMonitor:
## Integration Example
```python
from zeus.monitor import ZeusMontior
from zeus.monitor import ZeusMonitor
# Time/Energy measurements for four GPUs will begin and end at the same time.
gpu_indices = [0, 1, 2, 3]
Expand Down

0 comments on commit 2d7ca7a

Please sign in to comment.