Skip to content

Commit

Permalink
fix date_time docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jan 23, 2025
1 parent 8db329b commit 4de235d
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 198 deletions.
2 changes: 1 addition & 1 deletion faker/providers/automotive/uk_UA/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def license_plate(self, region_name: Optional[str] = None, temporary_plate: bool
- If ``region_name`` is ``Kyiv``, will use this region in build of license plates.
- If ``temporary_plate`` is ``False`` (default), generate license plate AA0000AA format
- If ``temporary_plate`` is ``True``, generate temporary plate format 01 AA0000
01 - 27 it's region number
- 01 - 27 it's region number
:sample:
:sample: region_name=None, temporary_plate=False
Expand Down
Loading

0 comments on commit 4de235d

Please sign in to comment.