Skip to content

Commit

Permalink
Fix default value in docstring of axial element index
Browse files Browse the repository at this point in the history
  • Loading branch information
jguarato committed Oct 17, 2024
1 parent 3ceee29 commit 432f643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ross/fluid_flow/cylindrical.py
Original file line number Diff line number Diff line change
Expand Up @@ -3025,7 +3025,7 @@ def plot_pressure_distribution(self, axial_element_index=None, fig=None, **kwarg
----------
axial_element_index : int, optional
Show pressure distribution on bearing for the respective axial element.
Default is 0 (first axial element).
Default is the element closest to the middle of the bearing.
fig : Plotly graph_objects.Figure()
The figure object with the plot.
kwargs : optional
Expand Down

0 comments on commit 432f643

Please sign in to comment.