balance_sheet: Fix typo in report.
This commit is contained in:
		
							parent
							
								
									5c7cf9cd2a
								
							
						
					
					
						commit
						9e7df0b020
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -551,7 +551,7 @@ class Report(core.BaseODS[Sequence[None], None]):
 | 
				
			||||||
            for bals in zip(equity_totals, asset_totals, liabilities)
 | 
					            for bals in zip(equity_totals, asset_totals, liabilities)
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
        self.write_totals_row(
 | 
					        self.write_totals_row(
 | 
				
			||||||
            "Net cash provided by operating activites",
 | 
					            "Net cash provided by operating activities",
 | 
				
			||||||
            period_totals,
 | 
					            period_totals,
 | 
				
			||||||
            stylename=self.style_totline,
 | 
					            stylename=self.style_totline,
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue