Skip to content

Commit 2d724c6

Browse files
committed
Fixed some docstrings.
1 parent d0ee85c commit 2d724c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

astroquery/logger.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55

66
def _init_log(config=None):
77
"""
8-
Initializes the SunPy log.
9-
In most circumstances this is called automatically when importing
10-
SunPy. This code is based on that provided by Astropy see
11-
"licenses/ASTROPY.rst".
8+
Initializes the logger, using the AstropyLogger class.
129
"""
1310
orig_logger_cls = logging.getLoggerClass()
1411
logging.setLoggerClass(AstropyLogger)
@@ -25,7 +22,7 @@ def _init_log(config=None):
2522

2623
def _config_to_loggerConf(config):
2724
"""
28-
Translates a user-provided config to ~`astropy.logger.LoggerConf`.
25+
Translates a user-provided config to `~astropy.logger.LoggerConf`.
2926
"""
3027

3128
if config.has_section('logger'):

0 commit comments

Comments
 (0)