Skip to content

Commit

Permalink
docs: Update version references
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Seiler <[email protected]>
  • Loading branch information
Rahix committed Apr 13, 2023
1 parent 4689747 commit 80b1da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbot_contrib/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def meminfo(lnx: linux.LinuxShell) -> Dict[str, int]:
# At least 1 GiB of memory available
assert meminfo["MemAvailable"] >= 0x40000000
.. versionadded:: UNRELEASED
.. versionadded:: 0.10.4
"""
meminfo_str = (lnx.fsroot / "proc" / "meminfo").read_text()
meminfo = {}
Expand Down

0 comments on commit 80b1da8

Please sign in to comment.