Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
2d6014e4
Unverified
Commit
2d6014e4
authored
Oct 21, 2021
by
Geoffrey Gunter
Committed by
GitHub
Oct 21, 2021
Browse files
docs: fix minor typo (#3390)
parent
f791dc86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/pybind11/numpy.h
include/pybind11/numpy.h
+1
-1
No files found.
include/pybind11/numpy.h
View file @
2d6014e4
...
...
@@ -518,7 +518,7 @@ public:
}
/// Single-character for dtype's type.
/// For example, ``float`` is 'f', ``double`` 'd', ``int`` 'i', and ``long`` '
d
'.
/// For example, ``float`` is 'f', ``double`` 'd', ``int`` 'i', and ``long`` '
l
'.
char
char_
()
const
{
// Note: The signature, `dtype::char_` follows the naming of NumPy's
// public Python API (i.e., ``dtype.char``), rather than its internal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment