Skip to content

Commit 2cc833f

Browse files
committed
Update exif-stripper references
1 parent f2abca4 commit 2cc833f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ <h3>Simplified example from <code>exif-stripper</code></h3>
13731373
from typing import Sequence
13741374

13751375
def main(argv: Sequence[str] | None = None) -> int:
1376-
parser = argparse.ArgumentParser(prog='strip-exif')
1376+
parser = argparse.ArgumentParser(prog='exif-stripper')
13771377
parser.add_argument(
13781378
'filenames',
13791379
nargs='*',
@@ -1490,17 +1490,17 @@ <h3>Package example with <code>exif-stripper</code></h3>
14901490
</p>
14911491
<p class="fragment fade-in-then-out" data-fragment-index="2">
14921492
Configuration file to have <code>pre-commit</code> run hooks on
1493-
our code:
1493+
the code:
14941494
</p>
14951495
<p class="fragment fade-in-then-out" data-fragment-index="3">
1496-
Configuration file for our new hook (for the
1496+
Configuration file for the hook (for the
14971497
<code>strip-exif</code> hook, here):
14981498
</p>
14991499
<p class="fragment fade-in-then-out" data-fragment-index="4">
15001500
Important files for any codebase:
15011501
</p>
15021502
<p class="fragment fade-in-then-out" data-fragment-index="5">
1503-
This package uses the src-layout:
1503+
This package uses the <code>src</code> layout:
15041504
</p>
15051505
<p class="fragment fade-in-then-out" data-fragment-index="6">
15061506
Tests for the logic to make this easier to maintain:

0 commit comments

Comments
 (0)