Skip to content

Commit

Permalink
Fix typo in docstring of LocalEventManager (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Feb 15, 2024
1 parent 1902d13 commit 299234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawlee/events/local_event_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def _get_system_info(self: LocalEventManager) -> SystemInfo:
async def _get_cpu_info(self: LocalEventManager) -> LoadRatioInfo:
"""Retrieves the current CPU usage and calculates the load ratio.
It utilizes the `psutil` library. Funciton `psutil.cpu_percent()` returns a float representing the current
It utilizes the `psutil` library. Function `psutil.cpu_percent()` returns a float representing the current
system-wide CPU utilization as a percentage.
Returns:
Expand Down

0 comments on commit 299234b

Please sign in to comment.