Skip to content

Commit 9b985cc

Browse files
committed
fix handle name for example
1 parent b49c2e9 commit 9b985cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ logging handler provided by plugin like bellow:
7474
logger = logging.getLogger(__name__)
7575
logger.setLevel(logging.DEBUG)
7676
# Create handler for Report Portal.
77-
rp_handler = RPlogHandler()
77+
rp_handler = RPLogHandler()
7878
# Set INFO level for Report Portal handler.
7979
rp_handler.setLevel(logging.INFO)
8080
# Add handler to the logger.

0 commit comments

Comments
 (0)