Skip to content

Commit

Permalink
📝 fix usage of MAC address (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Jul 3, 2023
1 parent 197893e commit 10269e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nav:
- Payment Card: 'payment_cards.md'
- Phone Number: 'phone_numbers.md'
- ABA Routing Number: 'routing_number.md'
- Mac Address: 'mac_address.md'
- MAC address: 'mac_address.md'

markdown_extensions:
- tables
Expand Down
4 changes: 2 additions & 2 deletions pydantic_extra_types/mac_address.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Mac Address Parsing and Validation
MAC address Parsing and Validation
This code provides functionality to parse and validate Mac Addresses in different formats, such as IEEE 802 MAC-48,
This code provides functionality to parse and validate MAC addresses in different formats, such as IEEE 802 MAC-48,
EUI-48, EUI-64, or a 20-octet format. It includes a `MacAddress` class that represents a Mac Address and provides
methods for conversion, validation, and serialization. The code also includes a `validate_mac_address` function
that takes a byte value representing a Mac Address and returns the parsed Mac Address as a string.
Expand Down

0 comments on commit 10269e1

Please sign in to comment.