Documentation fixes

This commit is contained in:
Ondrej Mikle 2014-07-23 22:17:43 +02:00
parent d00900e44e
commit 5d82672fa1
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
/* File : example.i */
%module brmdoor_nfc
%{

View file

@ -50,7 +50,7 @@ class BrmdoorConfig(object):
"""Converts string 'debug', 'info', etc. into corresponding
logging.XXX value which is returned.
@raises ValueError if the level is undefined
@raises BrmdoorConfigError if the level is undefined
"""
try:
return getattr(logging, levelString.upper())