flake8
diff --git a/src/cryptography/hazmat/backends/openssl/backend.py b/src/cryptography/hazmat/backends/openssl/backend.py
index 6873103..8cf6755 100644
--- a/src/cryptography/hazmat/backends/openssl/backend.py
+++ b/src/cryptography/hazmat/backends/openssl/backend.py
@@ -60,8 +60,8 @@
def _encode_asn1_int(backend, x):
"""
- Converts a python integer to an ASN1_INTEGER. The returned ASN1_INTEGER will
- not be garbage collected (to support adding them to structs that take
+ Converts a python integer to an ASN1_INTEGER. The returned ASN1_INTEGER
+ will not be garbage collected (to support adding them to structs that take
ownership of the object). Be sure to register it for GC if it will be
discarded after use.