Skip to content

Commit 3625807

Browse files
committed
[OMCPath] spelling fix
see commit ID: aa74b36 - [OMCPath] add more functionality and docstrings
1 parent 4feccf2 commit 3625807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def exists(self) -> bool:
401401

402402
def size(self) -> int:
403403
"""
404-
Get the size of the file in bytes - this is a extra function and the best we can do using OMC.
404+
Get the size of the file in bytes - this is an extra function and the best we can do using OMC.
405405
"""
406406
if not self.is_file():
407407
raise OMCSessionException(f"Path {self.as_posix()} is not a file!")

0 commit comments

Comments
 (0)