Skip to content

Commit 48403d9

Browse files
committed
docstrings
1 parent 6c79226 commit 48403d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logwrap/log_on_access.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def exc_level(self, value: int) -> None:
472472

473473
@property
474474
def log_before(self) -> bool:
475-
"""Log successful operations.
475+
"""Log before operation.
476476
477477
:return: switch state
478478
:rtype: bool
@@ -481,7 +481,7 @@ def log_before(self) -> bool:
481481

482482
@log_before.setter
483483
def log_before(self, value: bool) -> None:
484-
"""Log successful operations.
484+
"""Log before operations.
485485
486486
:param value: switch state
487487
:type value: bool

0 commit comments

Comments
 (0)