python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
433 stars 76 forks source link

[Typo]: pow()文档翻译 #334

Closed a48zhang closed 1 year ago

a48zhang commented 1 year ago

Python Version

3.12

Docs Page

https://docs.python.org/zh-cn/3/library/functions.html#pow

Original Translation

对于 intfloat 类型的负基和一个非整数的指数,会产生一个复杂的结果。

Original Docs Paragraph

For a negative base of type int or float and a non-integral exponent, a complex result is delivered.

Suggested Fix

对于 intfloat 类型的负基和一个非整数的指数,会产生一个复数。

WendaoLee commented 1 year ago

Fixed.