Skip to content

Commit

Permalink
Fixed documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 authored and JWock82 committed Dec 28, 2024
1 parent 7b9e56c commit 5c8e517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PyNite/FEModel3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,8 +1099,7 @@ def add_node_load(self, node_name, direction, P, case='Case 1'):
:param node_name: The name of the node where the load is being applied.
:type node_name: str
:param direction: The global direction the load is being applied in. Forces are `'FX'`,
`'FY'`, and `'FZ'`. Moments are `'MX'`, `'MY'`, and `'MZ'`.
:param direction: The global direction the load is being applied in. Forces are `'FX'`, `'FY'`, and `'FZ'`. Moments are `'MX'`, `'MY'`, and `'MZ'`.
:type direction: str
:param P: The numeric value (magnitude) of the load.
:type P: float
Expand Down

0 comments on commit 5c8e517

Please sign in to comment.