We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b83e60 commit a78621bCopy full SHA for a78621b
src/version.rs
@@ -1,6 +1,6 @@
1
/// Represents the major, minor, and patch (if any) versions of this interpreter.
2
///
3
-/// This struct is usually created with [`Python::version`].
+/// This struct is usually created with [`Python::version_info`].
4
5
/// # Examples
6
@@ -13,7 +13,7 @@
13
/// });
14
/// ```
15
16
-/// [`Python::version`]: crate::marker::Python::version
+/// [`Python::version_info`]: crate::marker::Python::version_info
17
#[derive(Debug)]
18
pub struct PythonVersionInfo<'a> {
19
/// Python major version (e.g. `3`).
0 commit comments