]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Unnecessary trailing commas
authorSergey Matveev <stargrave@stargrave.org>
Mon, 18 Jun 2018 20:44:00 +0000 (23:44 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 18 Jun 2018 20:44:00 +0000 (23:44 +0300)
doc/news.rst

index a05a0e4511ae493fc2467ef6bcf2fd7e6a0a92a7..971011efd203efb4539ef7d74d47881a3721ae15 100644 (file)
@@ -28,15 +28,15 @@ is replaced with::
 
 3.6
 ---
-* Ability to set values during Sequence initialization.
+* Ability to set values during Sequence initialization
 
 .. _release3.5:
 
 3.5
 ---
-* Fix TagMismatch exception completeness during Choice and Set decoding.
+* Fix TagMismatch exception completeness during Choice and Set decoding
   Previously we will loose offset and decode_path information about
-  concrete TagMismatched entity.
+  concrete TagMismatched entity
 
 .. _release3.4:
 
@@ -109,9 +109,9 @@ utility.
 1.5
 ---
 * Generic decoder's scheme and pretty printer
-  (:py:func:`pyderasn.generic_decoder`) can be used in libraries.
+  (:py:func:`pyderasn.generic_decoder`) can be used in libraries
 * Ability to specify :ref:`defines_by_path <defines_by_path_ctx>`
-  during command line invocation.
+  during command line invocation
 
 .. _release1.4: