Skip to content

Commit

Permalink
DOC: add a minor correction to an example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Feb 11, 2020
1 parent 818a383 commit aa72bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guiding-design-principles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function, shortening this:

.. code-block:: python
get_image(filename, normalize=True, beginning=0, end=None):
def get_image(filename, normalize=True, beginning=0, end=None):
...
into this:
Expand Down

0 comments on commit aa72bc2

Please sign in to comment.