jmcnamara / XlsxWriter

A Python module for creating Excel XLSX files.
https://xlsxwriter.readthedocs.io
BSD 2-Clause "Simplified" License
3.66k stars 632 forks source link

Bug: A typo in the "working with memory" documentation - more of less #1022

Closed husainshaikh895 closed 1 year ago

husainshaikh895 commented 1 year ago

Current behavior

on the working with memory documentation, we see a typo in "Performace Figures" part, which says:

XlsxWriter in normal operation mode: the execution time and memory usage increase more of less linearly with the number of rows:

Wheras, it should have been,

XlsxWriter in normal operation mode: the execution time and memory usage increase more or less linearly with the number of rows:

Expected behavior

it should have been,

XlsxWriter in normal operation mode: the execution time and memory usage increase more or less linearly with the number of rows:

Sample code to reproduce

https://xlsxwriter.readthedocs.io/working_with_memory.html

Environment

No response

Any other information

No response

OpenOffice and LibreOffice users

jmcnamara commented 1 year ago

Merged. Thanks.