Skip to content

Commit

Permalink
[readme] more tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 12, 2023
1 parent 4dd2399 commit 43bd5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ will generate one if none is provided. Without **Late** the declaration would be
```python
def get_session(uniqueid: int | None = None) -> Session:
if uniqueid is None:
uniqueid = ...
uniqueid = make_unique_id()
```

Using **Late**, the declaration can be:
Expand Down

0 comments on commit 43bd5aa

Please sign in to comment.