Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: JennaPaikowsky <[email protected]>
  • Loading branch information
PProfizi and JennaPaikowsky authored Jan 10, 2025
1 parent 4fe53d7 commit a8a1d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/dpf/core/scoping.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Scoping:
Parameters
----------
scoping:
Grpc message or pointer for an existing Scoping on the server.
gRPC message or pointer for an existing scoping on the server.
server:
Server with channel connected to the remote or local instance.
The default is ``None``, in which case an attempt is made to use the
Expand Down Expand Up @@ -399,7 +399,7 @@ def size(self) -> int:
Returns
-------
size:
Size if the scoping.
Size of the scoping.
"""
return self._count()
Expand Down

0 comments on commit a8a1d99

Please sign in to comment.