Skip to content

Commit

Permalink
Merge pull request #121 from moj-analytical-services/samnlindsay-patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
samnlindsay authored Aug 5, 2020
2 parents db1cda1 + a9d7332 commit 3b39b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splink"
version = "0.2.3"
version = "0.2.4"
description = "Implementation in Apache Spark of the EM algorithm to estimate parameters of Fellegi-Sunter's canonical model of record linkage."
authors = ["Robin Linacre <robinlinacre@hotmail.com>", "Sam Lindsay", "Theodore Manassis"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion splink/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def all_charts_write_html_file(self, filename="splink_charts.html", overwrite=Fa
spec3=c2,
spec4=c3,
spec5=c4,
spec7=c5
spec6=c5
)
)

Expand Down

0 comments on commit 3b39b75

Please sign in to comment.