Skip to content

Commit 4a84dbd

Browse files
committed
Typo in random call
1 parent a8a9357 commit 4a84dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/style.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"outputs": [],
101101
"source": [
102102
"weather_df = pd.DataFrame(\n",
103-
" np.random.default_rng().random(10, 2) * 5,\n",
103+
" np.random.default_rng().random((10, 2)) * 5,\n",
104104
" index=pd.date_range(start=\"2021-01-01\", periods=10),\n",
105105
" columns=[\"Tokyo\", \"Beijing\"],\n",
106106
")\n",

0 commit comments

Comments
 (0)