Skip to content

Commit 7f86ff6

Browse files
committed
[OMCPath] spelling fix
see commit ID: aa74b36 - [OMCPath] add more functionality and docstrings
1 parent 0a67b35 commit 7f86ff6

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
@@ -404,7 +404,7 @@ def exists(self) -> bool:
404404

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

0 commit comments

Comments
 (0)