Skip to content

Commit

Permalink
Update default_dict.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scls19fr committed Jan 8, 2018
1 parent 91ccb8d commit 781a6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/default_dict.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DefaultDict(default, kv) # create a DefaultDict with a default value or funct
# optionally wrapping an existing dictionary
# or array of key-value pairs

DefaultDict(KeyType, ValueType, default) # create a DefaultDict with Dict type (KeyType,ValueType)
DefaultDict{KeyType, ValueType}(default) # create a DefaultDict with Dict type (KeyType,ValueType)

DefaultOrderedDict(default, kv) # create a DefaultOrderedDict with a default value or function,
# optionally wrapping an existing dictionary
Expand Down

0 comments on commit 781a6f9

Please sign in to comment.