Skip to content

Commit 2633fa8

Browse files
committed
refactor: reorder, adjust errors/docstrings, and fix typos
1 parent c71f75b commit 2633fa8

File tree

3 files changed

+82
-69
lines changed

3 files changed

+82
-69
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Library for working with encrypted data within nilDB queries and replies.
2424

2525
Description and Purpose
2626
-----------------------
27-
This library provides cryptographic operations that are compatible with nilDB nodes and clusters, allowing developers to leverage certain privacy-enhancing technologies (PETs) when storing, operating upon, and retrieving data while working with nilDB. The table below summarizes the functionalities that nilQL makes available,
27+
This library provides cryptographic operations that are compatible with nilDB nodes and clusters, allowing developers to leverage certain privacy-enhancing technologies (PETs) when storing, operating upon, and retrieving data while working with nilDB. The table below summarizes the functionalities that nilQL makes available.
2828

2929
+-------------+------------+------------------------------------+------------------------------------+
3030
| Cluster | Operation | Implementation Details | Supported Types |
@@ -59,7 +59,7 @@ The library can be imported in the usual ways:
5959
6060
Example
6161
^^^^^^^^
62-
An example workflow that demonstrates the use of the library is presented below:
62+
An example workflow that demonstrates use of the library is presented below:
6363

6464
.. code-block:: python
6565

0 commit comments

Comments
 (0)