Skip to content

Commit

Permalink
Merge pull request #57 from NathanPB/patch-1
Browse files Browse the repository at this point in the history
Allow pythia to have ppop greater than 3 digits
  • Loading branch information
wpavan authored Feb 8, 2024
2 parents 07516b0 + fd2d6e1 commit 19f61dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythia/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pfrst": {"length": 5},
"plast": {"length": 5},
"hdate": {"length": 5},
"ppop": {"fmt": ":>2.1f"},
"ppop": {"length": 5},
"plrs": {"length": 3},
}

Expand Down

0 comments on commit 19f61dc

Please sign in to comment.