Skip to content

Commit e6bc447

Browse files
committed
fix
1 parent 72c1c31 commit e6bc447

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ __pycache__
3131

3232
# PyTest
3333
.pytest_cache
34+
# Ignore key materials generated by examples or tests
3435
test_keys/
3536

3637
# PyCharm

examples/src/keyrings/raw_rsa_keyring_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def encrypt_and_decrypt_with_keyring(public_key_file_name=None, private_key_file
168168
"the data you are handling": "is what you think it is",
169169
}
170170

171-
# 3. Create a Raw RSA keyring
171+
# 3. Create a Raw RSA keyring.
172172

173173
# Check if we need to generate an RSA key pair
174174
should_generate_new_rsa_key_pair_bool = \

0 commit comments

Comments
 (0)