Skip to content

Commit 1b8c5ef

Browse files
committedMar 4, 2022
readme and version
1 parent 1c0a2f0 commit 1b8c5ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ def plot_histogram(
186186
FIXME: Add docs.
187187
bins : int
188188
FIXME: Add docs.
189-
range : tuple[float, float] | None
189+
range : tuple[float, float], optional
190190
FIXME: Add docs.
191-
weights : np.ndarray | None
191+
weights : np.ndarray, optional
192192
FIXME: Add docs.
193193
flow : bool
194194
FIXME: Add docs.

‎numpydoc.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Maintainer: Doug Davis <ddavis@ddavis.io>
77
;; URL: https://github.com/douglasdavis/numpydoc.el
88
;; SPDX-License-Identifier: GPL-3.0-or-later
9-
;; Version: 0.6
9+
;; Version: 0.7
1010
;; Package-Requires: ((emacs "25.1") (s "1.12.0") (dash "2.18.0"))
1111
;; Keywords: convenience
1212

0 commit comments

Comments
 (0)
Please sign in to comment.