@@ -32,7 +32,7 @@ use crate::{
|
||||
/// def print_python_version():
|
||||
/// import platform
|
||||
///
|
||||
/// print(python.python_version())
|
||||
/// print(platform.python_version())
|
||||
/// ```
|
||||
///
|
||||
/// Use instead:
|
||||
@@ -41,7 +41,7 @@ use crate::{
|
||||
///
|
||||
///
|
||||
/// def print_python_version():
|
||||
/// print(python.python_version())
|
||||
/// print(platform.python_version())
|
||||
/// ```
|
||||
///
|
||||
/// [PEP 8]: https://peps.python.org/pep-0008/#imports
|
||||
|
||||
Reference in New Issue
Block a user