Skip to content

Commit

Permalink
Merge pull request #22 from cisagov/documentation/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in first example
  • Loading branch information
jsf9k committed Feb 27, 2023
2 parents ca5ffd4 + 548e7cb commit 500e5bd
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 @@ -13,7 +13,7 @@ iterator!

```python
from lcgit import lcg
from ip_address import ip_network
from ipaddress import ip_network

for i in lcg(ip_network("10.0.0.0/8")):
print(i)
Expand Down

0 comments on commit 500e5bd

Please sign in to comment.