Skip to content

Commit

Permalink
Improving the comments section of get_spee_rear() API
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzailBrcm committed Sep 19, 2019
1 parent 824881f commit ee58546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonic_fan/fan_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def get_speed(self, index):

def get_speed_rear(self, index):
"""
Retrieves the speed of a rear FAN in the tray in revolutions per minute defined
by 1-based index <index>
Retrieves the speed of a rear FAN in the tray (applicable only for 2-fan tray)
in revolutions per minute defined by 1-based index <index>
:param index: An integer, 1-based index of the FAN of which to query speed
:return: integer, denoting rear FAN speed
Expand Down

0 comments on commit ee58546

Please sign in to comment.