forgot one full stop

master
Jake 2026-04-30 23:13:04 +08:00
parent e24b957fa0
commit 1850bed768
1 changed files with 1 additions and 1 deletions

View File

@ -1214,7 +1214,7 @@ print(filtered)
<div class="prose"> <div class="prose">
<h2>Step 5: Fine tuning</h2> <h2>Step 5: Fine tuning</h2>
<p>Before moving on, play with the buffer size to see how it effects the results AND the responsiveness to changes.</p> <p>Before moving on, play with the buffer size to see how it effects the results AND the responsiveness to changes.</p>
<p>Try and find a good balance with the time.sleep() value as well</p> <p>Try and find a good balance with the time.sleep() value as well.</p>
</div> </div>