From a8a1d99ffc016aa11042fb3fb2f26ba58f4902e2 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:29:46 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: JennaPaikowsky <98607744+JennaPaikowsky@users.noreply.github.com> --- src/ansys/dpf/core/scoping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/dpf/core/scoping.py b/src/ansys/dpf/core/scoping.py index 81159fd692..0693e1f301 100644 --- a/src/ansys/dpf/core/scoping.py +++ b/src/ansys/dpf/core/scoping.py @@ -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 @@ -399,7 +399,7 @@ def size(self) -> int: Returns ------- size: - Size if the scoping. + Size of the scoping. """ return self._count()