From e2802f39d93dfd630adb8576620bdf186513b0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 27 Jul 2019 21:37:43 +0200 Subject: [PATCH] Str use case --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b960f78..e56b24a 100644 --- a/README.md +++ b/README.md @@ -957,7 +957,7 @@ class : print() print(f'{}') raise Exception() -logging.debug() +loguru.logger.debug() csv.writer().writerow([]) ``` diff --git a/index.html b/index.html index 127e038..936ebda 100644 --- a/index.html +++ b/index.html @@ -924,7 +924,7 @@ creature = Creature(Point(0, Str() use cases:
print(<el>)
 print(f'{<el>}')
 raise Exception(<el>)
-logging.debug(<el>)
+loguru.logger.debug(<el>)
 csv.writer(<file>).writerow([<el>])