Skip to content

Commit

Permalink
(docs): fixed small typo error (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed May 27, 2020
1 parent a7b6c55 commit 94b5021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,8 @@ You can import sops as a module and use it in your python program.
tree = sops.walk_and_decrypt(tree, sops_key)
sops.write_file(tree, path=path, filetype=pathtype)
Note: this uses the previous implemenation of ``sops`` written in python,
Note: this uses the previous implementation of `sops` written in python,
and so doesn't support newer features such as GCP-KMS.
To use the current version, call out to ``sops`` using ``subprocess.run``
Expand Down

0 comments on commit 94b5021

Please sign in to comment.