Skip to content

Commit

Permalink
Use consistent case in keyword args
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 3, 2024
1 parent d56825f commit 7bb1dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SWIG/swap.i
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class MakeVanillaSwap {
_MAKEVANILLA_METHODS = {
"receiveFixed": "receiveFixed",
"swapType": "withType",
"Nominal": "withNominal",
"nominal": "withNominal",
"settlementDays": "withSettlementDays",
"effectiveDate": "withEffectiveDate",
"terminationDate": "withTerminationDate",
Expand Down

0 comments on commit 7bb1dde

Please sign in to comment.