]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - pyderasn.py
Use "schema" instead of "scheme" everywhere
[pyderasn.git] / pyderasn.py
index 6da6e92706e2186339505e65c7743bc64f14ce89..ced46ddeb0f4fde4ca6f9be75120e9d1d421e1c2 100755 (executable)
@@ -428,7 +428,7 @@ defines_by_path context option
 ______________________________
 
 Sometimes you either can not or do not want to explicitly set *defines*
-in the scheme. You can dynamically apply those definitions when calling
+in the schema. You can dynamically apply those definitions when calling
 ``.decode()`` method.
 
 Specify ``defines_by_path`` key in the :ref:`decode context <ctx>`. Its
@@ -1228,7 +1228,7 @@ class Obj(object):
         :param ctx: optional :ref:`context <ctx>` governing decoding process
         :param tag_only: decode only the tag, without length and contents
                          (used only in Choice and Set structures, trying to
-                         determine if tag satisfies the scheme)
+                         determine if tag satisfies the schema)
         :param _ctx_immutable: do we need to ``copy.copy()`` ``ctx``
                                before using it?
         :returns: (Obj, remaining data)