Skip to content

Commit

Permalink
Fix docstring link
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 10, 2021
1 parent ce92cb6 commit 54f51be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchtower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class CloudWatchLogHandler(logging.Handler):
Create a new CloudWatch log handler object. This is the main entry point to the functionality of the module. See
the `CloudWatch Logs developer guide
<http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatchLogs.html>`_ and the
`Python logging module documentation <https://docs.python.org/3/library/logging.html>` for more information.
`Python logging module documentation <https://docs.python.org/3/library/logging.html>`_ for more information.
:param log_group_name:
Name of the CloudWatch log group to write logs to. By default, the name of this module is used.
Expand Down

0 comments on commit 54f51be

Please sign in to comment.