Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 authored Aug 4, 2022
1 parent 9d7938d commit 233c211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinisi/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Parser:
:param ndelta_t: The number of :py:attr:`delta_t` values to calculate the MSD over. Optional,
defaults to :py:attr:`75`.
:param memory_limit: Upper limit in the amount of computer memory that the displacements can occupy in
gigabytes (GB). Optional, defaults to :py:attr:`8.`.
gigabytes (GB). Optional, defaults to :py:attr:`8.0`.
:param progress: Print progress bars to screen. Optional, defaults to :py:attr:`True`.
"""

Expand Down

0 comments on commit 233c211

Please sign in to comment.