Skip to content

Commit

Permalink
fix: coretemp review -> fix typo -> change \"of -> for\" and revert p…
Browse files Browse the repository at this point in the history
…rev wrong change
  • Loading branch information
srghma committed Nov 18, 2018
1 parent e0a34e8 commit 7d2105c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions for and revert prev wrong change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: coretemp review -> fix typo -> change of -
4 changes: 2 additions & 2 deletions nixops/state/json_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

class TransactionalJsonFile:
"""
Transactional access for a JSON file, with support
of nested transactions.
Transactional access to a JSON file, with support
for nested transactions.
This is made possible by keeping track of the transaction nest level.
If a transaction is started, the current JSON file is flocked() and read into memory.
Expand Down

0 comments on commit 7d2105c

Please sign in to comment.