From 2db3dc73eb632bc853db70a41148e8f2cfecd3b0 Mon Sep 17 00:00:00 2001 From: mi-a <kermitalter@gmail.com> Date: Thu, 24 Apr 2014 13:39:21 +0300 Subject: docs: fixed typo with logger docs. --- docs/doxygen/other/logger.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doxygen/other/logger.dox') diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox index c235bfe6f8..7b0f64e12b 100644 --- a/docs/doxygen/other/logger.dox +++ b/docs/doxygen/other/logger.dox @@ -210,7 +210,7 @@ of the logger can be manipulated via the following calls: \code from gnuradio import gr gr.logger_config(filename,watch_period) # Configures the logger with conf file filename - names = gr.logger_get_logger_names() # Returns the names of all loggers + names = gr.logger_get_names() # Returns the names of all loggers gr.logger_reset_config() # Resets logger config by removing all appenders \endcode -- cgit v1.2.3