Skip to content

Commit

Permalink
lighter print
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Nov 3, 2024
1 parent fb793db commit a6ef7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

# inspection
name = NameFileConvention('john doe 07.jpg')
print(f"{name.last=}")
print(f"{name.number=}")
print(name.last)
print(name.number)

# modification
print(name.get(first='jane', number=99)) # returns new name string
Expand Down

0 comments on commit a6ef7ac

Please sign in to comment.