Skip to content

Commit e2802f3

Browse files
committed
Str use case
1 parent fd1846d commit e2802f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ class <name>:
957957
print(<el>)
958958
print(f'{<el>}')
959959
raise Exception(<el>)
960-
logging.debug(<el>)
960+
loguru.logger.debug(<el>)
961961
csv.writer(<file>).writerow([<el>])
962962
```
963963

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@
924924
<div><h4 id="strusecases">Str() use cases:</h4><pre><code class="python language-python hljs">print(&lt;el&gt;)
925925
print(<span class="hljs-string">f'<span class="hljs-subst">{&lt;el&gt;}</span>'</span>)
926926
<span class="hljs-keyword">raise</span> Exception(&lt;el&gt;)
927-
logging.debug(&lt;el&gt;)
927+
loguru.logger.debug(&lt;el&gt;)
928928
csv.writer(&lt;file&gt;).writerow([&lt;el&gt;])
929929
</code></pre></div>
930930

0 commit comments

Comments
 (0)