Skip to content

Commit

Permalink
Typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
slemus29 authored Feb 14, 2020
1 parent 846d162 commit 4d79a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Encryption keys
---------------

The segments may be or not encrypted. The ``keys`` attribute list will
be an list with all the different keys as described with `#EXT-X-KEY`_:
be a list with all the different keys as described with `#EXT-X-KEY`_:

Each key has the next properties:

Expand Down Expand Up @@ -116,7 +116,7 @@ Example of getting the segments with no encryption:
segm = m3u8_obj.segments.by_key( m3u8_obj.keys[-1] )
With this method, is now possible also to change the key from some of the segments programatically:
With this method, is now possible also to change the key from some of the segments programmatically:


.. code-block:: python
Expand Down

0 comments on commit 4d79a58

Please sign in to comment.