Skip to content

Commit

Permalink
Docs: Fix typo (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbjin authored Sep 9, 2024
1 parent 941591d commit 422c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/measure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can pass in `cpu_indices=[]` or `gpu_indices=[]` to [`ZeusMonitor`][zeus.mon

```python hl_lines="2 5-7"
from zeus.monitor import ZeusMonitor
from zues.device.cpu import get_current_cpu_index
from zeus.device.cpu import get_current_cpu_index

if __name__ == "__main__":
# Get the CPU index of the current process
Expand Down

0 comments on commit 422c0d2

Please sign in to comment.